package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Extensions to Core.Core_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.

OCaml

Innovation. Community. Security.