compio-rs / compio

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

Check and renew fd in polling driver #88

Closed Berrysoft closed 1 year ago

Berrysoft commented 1 year ago

If a resource is closed and a new resource reuses the closed fd, the resource chooses to attach itself, but it has already been registered to the poller. This may not be a problem on mac, but at least the implementation of darling reports an error.