AsyncState

Type Alias AsyncState 

Source
pub type AsyncState<T> = Arc<Mutex<State<T>>>;

Aliased Typeยง

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