pub const DEFAULT_WAIT: Duration;
Expand description
The default wait used by Mutex::lock_default
, RwLock::read_default
and
RwLock::write_default
.
pub const DEFAULT_WAIT: Duration;
The default wait used by Mutex::lock_default
, RwLock::read_default
and
RwLock::write_default
.