std::sync::CONDVAR_INIT
[−]
[src]
pub const CONDVAR_INIT: StaticCondvar=StaticCondvar::new()
Deprecated since 1.10.0
: the lazy-static crate suffices for static sync primitives and eventually this type shouldn't be necessary as Condvar::new in a static should suffice
Unstable (
static_condvar #27717): the lazy-static crate suffices for static sync primitives and eventually this type shouldn't be necessary as Condvar::new in a static should suffice
Constant initializer for a statically allocated condition variable.