PreviousUpNext

13.4.158  thread_scheduler_is_running

The standard library thread_scheduler_is_running package implements a flag publishing whether Mythryl is running monothread or multithreaded.

The thread_scheduler_is_running package currently has no api.

The thread_scheduler_is_running package source code is in src/lib/src/lib/thread-kit/src/core-thread-kit/thread-scheduler-is-running.pkg.

See also: microthread_preeptive_scheduler package.

See also: thread_scheduler_control package.

The above information is manually maintained and may contain errors.

api {
    started_thread_scheduler_shutdown : Ref(Bool );
    thread_scheduler_is_running : Void -> Bool;
    thread_scheduler_is_running_as_pid : Ref(Null_Or(Int ) );};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext