Skip to main content

JobFuture

Type Alias JobFuture 

Source
pub type JobFuture = Pin<Box<dyn Future<Output = JobResult> + Send>>;
Expand description

The boxed future returned by a scheduled job.

Aliased Typeยง

pub struct JobFuture { /* private fields */ }