pub type SharedRuntime = Arc<Mutex<Runtime>>;
Definition of a shared Runtime.
Runtime
pub struct SharedRuntime { /* private fields */ }