pub type SharedJobState = Arc<Mutex<JobState>>;
Shared, async-mutable job state handle.
pub struct SharedJobState { /* private fields */ }