compio-rs / compio

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

Mio integration #22

Closed George-Miao closed 1 year ago

George-Miao commented 1 year ago

This a WIP PR that adds mio support for all non-{linux, windows} platform.

Berrysoft commented 1 year ago

Resolve the conflict first, please:)

George-Miao commented 1 year ago

There's huge problem revealed by the tests, I'm investigating but don't know what's the cause yet.