FiberManager

Undocumented in source.

Members

Functions

call
void call()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Fiber fiber, string file, int line)

Makes a fiber call alongside other fibers with this manager. This transfers the full memory ownership to the manager. Fibers should no longer be accessed when terminating.

put
void put(Fiber fiber, string file, int line)

Makes a fiber call alongside other fibers with this manager. This transfers the full memory ownership to the manager. Fibers should no longer be accessed when terminating.

Meta