SharedExecutionContext

Type Alias SharedExecutionContext 

Source
pub type SharedExecutionContext = Arc<RwLock<ExecutionContext>>;

Aliased Typeยง

pub struct SharedExecutionContext { /* private fields */ }