PreviousUpNext

14.4.99  Threadkit_Uncaught_Exception_Reporting

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;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext