Expand description
Fallback worker backend for wireshift.
This backend preserves the same typed request and completion contracts as
the native io_uring path while executing unsupported or unavailable
operations on a blocking worker pool.
Modules§
- net_ops
- Network operation handlers (connect, bind, accept, etc.). Network operation implementations for the fallback backend.
- ops
- File and buffer I/O operation handlers (read, write, fsync, etc.).
- pool
- Worker thread pool for executing operations off the main thread.
Structs§
- Fallback
Backend - Blocking worker backend.