The implementation was initially added in https://github.com/tokio-rs/mio/pull/1687 (issue: https://github.com/tokio-rs/mio/issues/1604), but it's experimental. Below is a small list of future improvements/work: * [ ] Optimise some allocations as well as locking: https://github.com/tokio-rs/mio/issues/1701. * [ ] Determine how to handle platforms without `POLLRDHUP`, e.g. macOS, as it makes our some tests fail. * [ ] Run the CI on more platforms, currently it only runs Linux. * [x] Add support for ESP-IDF: https://github.com/tokio-rs/mio/pull/1692. * [x] Add support for Haiku: https://github.com/tokio-rs/mio/issues/1472 (already closed) and discussion in https://github.com/tokio-rs/mio/pull/1602 (also already closed). * [ ] Document the implementation details, in e.g. `Poll`, `Event`, etc. * [x] Document the flags on how to use the implementation (while experimental): https://github.com/tokio-rs/mio/pull/1684.
The implementation was initially added in #1687 (issue: #1604), but it's experimental. Below is a small list of future improvements/work:
POLLRDHUP, e.g. macOS, as it makes our some tests fail.Poll,Event, etc.