JobNotification.wait

Cedes the control from the suspendable job, waiting for the aio operation to be done. Called by AsyncIO framework internally.

class JobNotification
final
void
wait
(
Job* job
,
typeof(this.remove_dg) remove_dg
)

Parameters

remove_dg typeof(this.remove_dg)

delegate to call to inform AIO that results of this job can be discarded.

Meta