pub type SharedServerRuntime = Arc<Mutex<ServerRuntime>>;Expand description
Shared runtime state for the admin HTTP surface.
Aliased Typeยง
pub struct SharedServerRuntime { /* private fields */ }pub type SharedServerRuntime = Arc<Mutex<ServerRuntime>>;Shared runtime state for the admin HTTP surface.
pub struct SharedServerRuntime { /* private fields */ }