- callAndNothing
auto callAndNothing(Delegate del, Parameters!(Delegate) args)
Undocumented in source. Be warned that the author may not have intended to support it.
- callAndWait
auto callAndWait(Delegate del, Parameters!(Delegate) args)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFiberData
FiberData getFiberData()
Undocumented in source. Be warned that the author may not have intended to support it.
- multithreaded
auto multithreaded(T[] slice)
Undocumented in source. Be warned that the author may not have intended to support it.
Modules contains basic structures for job manager ex. FiberData, Counter. It also contains structures/functions which extens functionality of job manager like: - UniversalJob - job with parameters and return value - UniversalJobGroup - group of jobs - multithreaded - makes foreach execute in parallel