package lwt

  1. Overview
  2. Docs

Module Lwt_rteSource

All the functions below are wrappers around the ones found in Lwt_runtime_events. The wrappers conditionally call the correspoding wrapped function or do nothing, depending if the Lwt_runtime_events library is available.

Note that Lwt_runtime_events is only installable with OCaml 5.1+

Sourceval emit_paused_count : int -> unit
Sourceval emit_sch_call_begin : unit -> unit
Sourceval emit_sch_call_end : unit -> unit
Sourceval emit_sch_lap : unit -> unit
Sourceval emit_job_count : int -> unit
Sourcetype span =
  1. | Begin
  2. | End
Sourceval emit_trace : span -> string option -> string -> int -> unit