Trait syncbox::Run [] [src]

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

Required Methods

fn run(&self, task: T)

Runs the task on the underlying executor.

Implementors