Skip to main content

SharedJobState

Type Alias SharedJobState 

Source
pub type SharedJobState = Arc<Mutex<JobState>>;
Expand description

Shared, async-mutable job state handle.

Aliased Typeยง

pub struct SharedJobState { /* private fields */ }