Module event
Available on crate features
runtime and event only.Expand description
Events utilities.
Structs§
- Event
- An event that won’t wake until
EventHandle::notifyis called successfully. - Event
Handle - A wake up handle to
Event.