TaskJobNotification

ditto

Constructors

this
this()

Constructor.

Members

Functions

reset
void reset()

Resets the notification to a current task.

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