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 */);
pub type ThreadPoolJob = Box<dyn RecoverableFunction<Output = ()>>;
A job that can be executed by the thread pool.
pub struct ThreadPoolJob(/* private fields */);