job_manager

Module which presents functionality to the user

Public Imports

mutils.job_manager.manager_utils
public import mutils.job_manager.manager_utils : FiberData, getFiberData, multithreaded, callAndWait, callAndNothing;
mutils.job_manager.universal_delegate
public import mutils.job_manager.universal_delegate : makeUniversalDelegate;

Members

Functions

resumeFiber
void resumeFiber(FiberData fiberData)
Undocumented in source. Be warned that the author may not have intended to support it.
startMainLoop
void startMainLoop(void function() mainLoop, uint threadsCount)
Undocumented in source. Be warned that the author may not have intended to support it.
testMultithreated
void testMultithreated()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta