Type Definition poolite::Task [] [src]

type Task = Box<Runable + Send + 'static>;

The Task Box