pub type SharedRuntime = Arc<RwLock<Runtime>>;
Shared runtime context that can be passed between tasks
pub struct SharedRuntime { /* private fields */ }