Structs§
- Blocking
IoManager - Manager for managing blocking host I/O in a non-blocking manner.
We use [
Poll] to poll for new I/O events from the OS for sources registered using this manager.
Constants§
- IO_
EVENT_ 🔒CAPACITY - Capacity of the event queue which can be polled at a time. Since we don’t expect many simultaneous blocking I/O events this value can be set rather low.
Traits§
- Eval
Context Ext - With
Source - Trait for values that contain a mio [
Source].