FiberScheduler.InfoFiber

Fiber which embeds neccessary info for FiberScheduler

Constructors

this
this(void delegate() op, size_t sz)
Undocumented in source.

Members

Functions

reuse
void reuse(void delegate() op)

Reset the Fiber to be reused with a new delegate

Variables

blocker
FiberBlocker blocker;

Semaphore reference that this Fiber is blocked on

resources
DList!Resource resources;

List of Resources held by this Fiber

Meta