Up

module Extended_thread

: sig

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.

end