tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.11k stars 117 forks source link

Support for windows IOCP (input/output completion ports) another completion-based async API #282

Closed Vrtgs closed 11 months ago

Noah-Kennedy commented 11 months ago

We are only planning to support io_uring for this crate, and not IOCP or IoRing (another Windows API).