Structs§
- Triggered
Event - Represents an event that has been signaled and waited for via a wait function.
- Wait
Context - Used to wait for multiple objects which are eligible for waiting.
Enums§
- Event
Type - Represents types of events to watch for.
Traits§
- Event
Token - Trait that can be used to associate events with arbitrary enums when using
WaitContext.
Derive Macros§
- Event
Token - Implements the EventToken trait for a given
enum.