Expand description
Typed readiness capabilities independent of a queue or scheduler implementation.
Structs§
- IoEvents
- I/O readiness events.
- Poll
Registrar - Owns every readiness registration made by one polling attempt.
Enums§
- Exclusive
Consumer - Marker for a waiter that competes to consume one readiness event.
- Registration
Mode - Selection mode attached to one readiness registration.
- Shared
Observer - Marker for a readiness observer that does not consume an event.
Traits§
- Exclusive
Registration Sink - Capability for adding exclusive registrations to an owned attempt.
- Poll
Registration - An owned source registration whose drop cancels the exact registered entry.
- Poll
Source - A readiness source capable of creating owned registrations.
- Pollable
- A value that reports I/O readiness and publishes owned registrations.
- Shared
Registration Sink - Capability for adding shared registrations to an owned attempt.