Module base::wait_context

source ·

Structs

Represents an event that has been signaled and waited for via a wait function.
Used to wait for multiple objects which are eligible for waiting.

Enums

Represents types of events to watch for.

Traits

Trait that can be used to associate events with arbitrary enums when using WaitContext.

Derive Macros

Implements the EventToken trait for a given enum.