Type Alias ThreadPoolJob

Source
pub type ThreadPoolJob = Box<dyn RecoverableFunction<Output = ()>>;
Expand description

A job that can be executed by the thread pool.

Aliased Typeยง

pub struct ThreadPoolJob(/* private fields */);