Skip to main content

SharedState

Type Alias SharedState 

Source
pub type SharedState<T> = Arc<RwLock<T>>;
Expand description

Thread-safe wrapper for simulator state

Aliased Type§

pub struct SharedState<T> { /* private fields */ }