pub type SharedRuntime<S> = Arc<Mutex<Runtime<S>>>;
pub struct SharedRuntime<S> { /* private fields */ }