Module Async_gc.Alarm
A GC alarm calls a user function after the end of each major GC cycle.
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val create : (unit -> unit) -> tcreate farranges forfto be called after the end of each major GC cycle, starting with the current cycle or the next one.fwill be run in the monitor thatcreatewas called in.
val delete : t -> unitdelete twill stop the calls to the function associated witht. Callingdelete tagain has no effect.