Skip to main content

EventGroupHandle

Type Alias EventGroupHandle 

Source
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 */);