Function
Removes any fatal signal handlers defined for the current thread.
MLWORKS.Threads.Internal
MLWorks.Threads.Internal
val reset_fatal_status : unit -> unit
reset_fatal_status () -> ()
()
()
Removes any fatal signal handlers defined with set_handler for the current thread. This does not affect the handlers of the current thread's children.
set_handler, page 58