package async_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val extract_exn : t -> exn

Extract the exception as it was originally received by an async monitor.

val backtrace : t -> Core.Backtrace.t option

Extract the backtrace originally captured at the point the exception was received by an async monitor.