compio-rs / compio

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

fix(driver,poll,iour): use Arc::clone instead of try_clone #306

Closed Berrysoft closed 5 days ago

Berrysoft commented 6 days ago

Closes #305

Some other changes are made to make clippy happy.