- 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)
Undocumented in source. Be warned that the author may not have intended to support it.
- deallocateFiber
void deallocateFiber(Fiber fiber)
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.
- initialize
void initialize(uint threadsCount)
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.
- waitForEnd
void waitForEnd(bool end)
Undocumented in source. Be warned that the author may not have intended to support it.