recoverable_thread_pool

Type Alias ThreadPoolJob

Source
pub type ThreadPoolJob = Box<dyn Fn() + Send + 'static>;

Aliased Typeยง

struct ThreadPoolJob(/* private fields */);