General tracing calls for libraries
val named_condition : string -> 'a Lwt_condition.tCreate a Lwt_condition that will label its thread with the given name.
val named_mvar_empty : string -> 'a Lwt_mvar.tCreate a Lwt_mvar that will label its threads with the given name.
val named_mvar : string -> 'a -> 'a Lwt_mvar.tCreate a Lwt_mvar that will label its threads with the given name.
Records the current value of the named counter. * (for internal use: use Counter.set_value instead)
val should_resolve : 'a Lwt.t -> unitAdd a hint that this thread is expected to resolve. * This is useful if a thread never completes and you want to find out why. * Without the hint, the viewer makes such threads almost invisible.
Interface for the main loop
val note_hiatus : hiatus_reason -> unitRecord that the process is about to stop running for a while.