Module event

Source
Available on crate feature event only.
Expand description

Asynchronous events.

Structs§

Event
An event that won’t wake until EventHandle::notify is called successfully.
EventHandle
A wake up handle to Event.