PreviousUpNext

14.4.97  Threadkit_Debug

The standard library Threadkit_Debug api defines debugging support for the threadkit core.

The Threadkit_Debug api is implemented by the threadkit_debug package.

The Threadkit_Debug api source code is in src/lib/src/lib/thread-kit/src/core-thread-kit/threadkit-debug.api.

The above information is manually maintained and may contain errors.

api {
    say_debug : String -> Void;
    say_debug_ts : String -> Void;
    say_debug_id : String -> Void;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext