compio-rs / compio

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

Get use of `attach` for polling driver. #80

Closed Berrysoft closed 1 year ago

Berrysoft commented 1 year ago

Also unify the behavior of the try_clone method.

Berrysoft commented 1 year ago

Oh I see. I still cannot register a disk file to the epoll.

Berrysoft commented 1 year ago

Need to find a way to bypass the limitation.

George-Miao commented 1 year ago

Should this bypassing be documented?

Berrysoft commented 1 year ago

I think so.