Module Extended_thread

module Extended_thread: sig .. end
Extensions to Core.Core_thread


Extensions to Core.Core_thread
val safe_create : (unit -> unit) -> Core.Std.Thread.t
Behaves like Thread.create but exits the program if an exception trickles to the toplevel. This is generally a safer alternative.