pub type ParallelJob = Box<dyn FnOnce() + Send + 'static>;
A job accepted by an embeddable ParallelExecutor.
ParallelExecutor
pub struct ParallelJob(/* private fields */);