EventFDJobNotification

ditto

Constructors

this
this(FiberSelectEvent event)

Constructor.

this
this(SelectFiber fiber)

Constructor.

Members

Functions

setFiber
void setFiber(SelectFiber fiber)

Changes the SelectFiber this handler is suspending

Inherited Members

From DelegateJobNotification

initialise
typeof(this) initialise(void delegate() resume_job, void delegate() suspend_job)

Initialization method. Initializes ManualJobNotification (separated from constructor for convenient use in reusable pool).

wake_
void wake_()

Yields the control to the suspended job, indicating that the aio operation has been done.

wait_
void wait_()

Cedes the control from the suspendable job, waiting for the aio operation to be done.

Meta