lio 0.4.1

A platform-independent async I/O library with native support for io_uring (Linux), IOCP (Windows), and kqueue (macOS)
Documentation
1
2
3
4
5
6
7
//! Worker module - deprecated in thread-per-core design.
//!
//! In the new thread-per-core model, there are no worker threads.
//! Each thread owns its own `Lio` instance directly.
//! This module is kept as a stub for backwards compatibility during migration.

// TODO: Remove this module once migration is complete