PreviousUpNext

14.4.128  Uncaught_Exception_Reporting

The standard library Uncaught_Exception_Reporting api defines uncaught-exception reporting for multi-thread Mythryl programs.

The Uncaught_Exception_Reporting api is implemented by the uncaught_exception_reporting package.

The Uncaught_Exception_Reporting api source code is in src/lib/src/lib/thread-kit/src/lib/uncaught-exception-reporting.api. The above information is manually maintained and may contain errors.

api {
    set_default_uncaught_exception_action : ((Microthread , Exception) -> Void) -> Void;
    add_uncaught_exception_action : ((Microthread , Exception) -> Bool) -> Void;
    reset_to_default_uncaught_exception_handling : Void -> Void;};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext