Structs§
- Readiness
- Struct reflecting the readiness of a file description.
- Readiness
Interest - Readiness
Interest Table - The table with all
ReadinessWatchers. This tracks, for each file description, which watchers have an interest in events for this file description. - Readiness
Watcher - A struct which stores
ReadinessInterests for a set of file descriptions together with which interests are currently satisfied, and a list of threads which should be unblocked once aReadinessInterestof the watcher is fulfilled.
Traits§
Functions§
- range_
for_ 🔒id - Returns the range of all
ReadinessInterestKeyfor the given FD ID.