Struct loom::sync::Notify [−][src]
pub struct Notify { /* fields omitted */ }
Expand description
Implements the park / unpark pattern directly using Loom’s internal primitives.
Notification establishes an acquire / release synchronization point.
Using this type is useful to mock out constructs when using loom tests.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Notify
impl UnwindSafe for Notify