


The standard library Threadkit_Uncaught_Exception_Reporting api defines uncaught-exception reporting for multi-thread Mythryl programs.
The Threadkit_Uncaught_Exception_Reporting api is implemented by the :threadkit_uncaught_exception_reporting package.
The Threadkit_Uncaught_Exception_Reporting api source code is in src/lib/src/lib/thread-kit/src/lib/threadkit-uncaught-exception-reporting.api.
The above information is manually maintained and may contain errors.
api {
set_default_uncaught_exception_action : ((Thread , Exception) -> Void) -> Void;
add_uncaught_exception_action : ((Thread , Exception) -> Bool) -> Void;
reset_to_default_uncaught_exception_handling : Void -> Void;
};


