pub type ExecutionHandle = Arc<RwLock<ExecutionState>>;Expand description
Type alias for a single execution handle
Aliased Typeยง
pub struct ExecutionHandle { /* private fields */ }pub type ExecutionHandle = Arc<RwLock<ExecutionState>>;Type alias for a single execution handle
pub struct ExecutionHandle { /* private fields */ }