compio-rs / compio

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

Make polling available on Linux. #68

Closed Berrysoft closed 1 year ago

Berrysoft commented 1 year ago

Linux system which doesn't enable io-uring can use epoll instead. However, epoll doesn't support disk files, which means the file IO is synconized.