Skip to main content

SharedRuntime

Type Alias SharedRuntime 

Source
pub type SharedRuntime = Arc<RwLock<Runtime>>;
Expand description

Shared runtime context that can be passed between tasks

Aliased Typeยง

pub struct SharedRuntime { /* private fields */ }