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