Skip to main content

SharedServerRuntime

Type Alias SharedServerRuntime 

Source
pub type SharedServerRuntime = Arc<Mutex<ServerRuntime>>;
Expand description

Shared runtime state for the admin HTTP surface.

Aliased Typeยง

pub struct SharedServerRuntime { /* private fields */ }