[][src]Trait transact::scheduler::ExecutionTaskCompletionNotifier

pub trait ExecutionTaskCompletionNotifier: Send {
    fn notify(&self, notification: ExecutionTaskCompletionNotification);
fn clone_box(&self) -> Box<dyn ExecutionTaskCompletionNotifier>; }

Allows sending a notification to the scheduler that execution of a task has completed.

Required methods

fn notify(&self, notification: ExecutionTaskCompletionNotification)

Sends a notification to the scheduler.

fn clone_box(&self) -> Box<dyn ExecutionTaskCompletionNotifier>

Loading content...

Implementors

Loading content...