JobNotification.register

Registers the Job instance with this job notification and sets up removal delegate.

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

Parameters

job Job*

instance of the job that this job notification is waiting on

remove_dg typeof(this.remove_dg)

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

Meta