ReadyFutureStateSafe

Type Alias ReadyFutureStateSafe 

Source
pub type ReadyFutureStateSafe<T> = Arc<Mutex<ReadyFutureState<T>>>;

Aliased Typeยง

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