ExecutionHandle

Type Alias ExecutionHandle 

Source
pub type ExecutionHandle = Arc<RwLock<ExecutionState>>;
Expand description

Type alias for a single execution handle

Aliased Typeยง

pub struct ExecutionHandle { /* private fields */ }