- addFiber
void addFiber(FiberData fiberData)
Undocumented in source. Be warned that the author may not have intended to support it.
- addJob
void addJob(JobDelegate* del)
Undocumented in source. Be warned that the author may not have intended to support it.
- addJobAndYield
void addJobAndYield(JobDelegate* del)
Undocumented in source. Be warned that the author may not have intended to support it.
- addJobs
void addJobs(JobDelegate*[] dels)
Undocumented in source. Be warned that the author may not have intended to support it.
- addJobsAndYield
void addJobsAndYield(JobDelegate*[] dels)
Undocumented in source. Be warned that the author may not have intended to support it.
- addThisFiberAndYield
void addThisFiberAndYield(FiberData thisFiber)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocateFiber
Fiber allocateFiber(JobDelegate del, int threadNum)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- deallocateFiber
void deallocateFiber(Fiber fiber, int threadNum)
Undocumented in source. Be warned that the author may not have intended to support it.
- end
void end()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFiberOwnerThread
Fiber getFiberOwnerThread(int threadNum)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFiberThiefThread
Fiber getFiberThiefThread(int threadNum)
Undocumented in source. Be warned that the author may not have intended to support it.
- start
void start()
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.
- startMainLoop
void startMainLoop(JobDelegate mainLoop, uint threadsCount)
Undocumented in source. Be warned that the author may not have intended to support it.
- threadRunFunction
void threadRunFunction()
Undocumented in source. Be warned that the author may not have intended to support it.
- waitForEnd
void waitForEnd(bool end)
Undocumented in source. Be warned that the author may not have intended to support it.