Skip to main content

ParallelJob

Type Alias ParallelJob 

Source
pub type ParallelJob = Box<dyn FnOnce() + Send + 'static>;
Expand description

A job accepted by an embeddable ParallelExecutor.

Aliased Typeยง

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