tokio-rs / tokio-uring

An io_uring backed runtime for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Vrtgs opened this issue · comments

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