Trait syncbox::Run [] [src]

pub trait Run<T: Task> {
    fn run(&self, task: T);
}

Required Methods

Runs the task on the underlying executor.

Implementors