compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

will support ioring for windows in future? #17

Closed neetdai closed 1 year ago

neetdai commented 1 year ago

https://learn.microsoft.com/en-us/windows/win32/api/ioringapi/

https://github.com/bytedance/monoio/issues/199

Berrysoft commented 1 year ago

IoRing is far from usable. Besides, this crate doesn't use AFD.

Berrysoft commented 1 year ago

If there are someone would like to implement IoRing driver, welcome. Feel free to open PR.

DXist commented 1 year ago

@Berrysoft by the way, thank you for making Driver API public! This allows to create custom non async runtime.

Berrysoft commented 1 year ago

IoRing is not usable in connecting & accepting sockets. Close now.