pub type EventGroupHandle = ClockMonotonicHandle;Expand description
Backing handle for crate::os::EventGroup.
See ClockMonotonicHandle for why this is a mutex/condvar pair rather
than an event-group-specific type.
Aliased Typeยง
pub struct EventGroupHandle(/* private fields */);