Module Imandra_thread_util.Task_runner1

1-thread Task Runner

A background thread that runs jobs sequentially.

module type S = sig ... end
val start : ?on_exn:( exn -> Stdlib.Printexc.raw_backtrace -> unit ) -> name:string -> unit -> (module S)