Module r3_core::kernel::event_group
source · Expand description
Event groups
Re-exports
pub use raw::EventGroupBits;
pub use raw::EventGroupWaitFlags;
Structs
- Represents a single owned event group in a system.
- The definer (static builder) for
EventGroupRef
. - Represents a single borrowed event group in a system.
Traits
- The supported operations on
EventGroupHandle
.