package async_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Monitor.Monitor_exnSource

Sourcetype t
Sourceval extract_exn : t -> exn

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

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

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

OCaml

Innovation. Community. Security.