Module Core_extended.Extended_thread

val safe_create : (unit ‑> unit) ‑> Core.Thread.t

Behaves like Thread.create but exits the program if an exception trickles to the toplevel. This is generally a safer alternative.