compio-rs / compio

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

fix(runtime): attacher should be !Send & !Sync #199

Closed Berrysoft closed 9 months ago

Berrysoft commented 9 months ago

All IO resources should be !Send and !Sync, unless they are wrapped by Unattached.