Type Alias SharedContext

Source
pub type SharedContext = Arc<Mutex<FlowContext>>;

Aliased Typeยง

pub struct SharedContext { /* private fields */ }