compio-rs / compio

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

Refactor *RawFd traits #27

Closed Berrysoft closed 1 year ago

Berrysoft commented 1 year ago

It's complex to impl them in the driver. Let's impl it for File and Socket2 for Windows.