Module compio_runtime::event
source · Available on crate feature
event only.Expand description
Asynchronous events.
Only for waking up the driver.
Structs
- An event that won’t wake until
EventHandle::notifyis called successfully. - A handle to
Event.