Skip to main content

Module readiness

Module readiness 

Source

Structs§

Readiness
Struct reflecting the readiness of a file description.
ReadinessInterest
ReadinessInterestTable
The table with all ReadinessWatchers. This tracks, for each file description, which watchers have an interest in events for this file description.
ReadinessWatcher
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 a ReadinessInterest of the watcher is fulfilled.

Traits§

EvalContextExt
EvalContextPrivExt

Functions§

range_for_id 🔒
Returns the range of all ReadinessInterestKey for the given FD ID.

Type Aliases§

ReadinessInterestKey
ReadinessWatcherId 🔒