Sourced from mio's changelog.
0.8.11
- Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761).
0.8.10
Added
- Solaris support (tokio-rs/mio#1724).
0.8.9
Added
- ESP-IDF framework support (tokio-rs/mio#1692).
- AIX operating system support (tokio-rs/mio#1704).
- Vita support (tokio-rs/mio#1721).
{UnixListener,UnixStream}:bind_addr
(tokio-rs/mio#1630).mio_unsupported_force_poll_poll
andmio_unsupported_force_waker_pipe
unsupported configuration flags to force a specific poll or waker implementation (tokio-rs/mio#1684, tokio-rs/mio#1685, tokio-rs/mio#1692).Fixed
- The
pipe(2)
based waker (swapped file descriptors) (tokio-rs/mio#1722).- The duplicate waker check to work correctly with cloned
Registry
s. (tokio-rs/mio#1706).
0328bde
Release v0.8.117084498
Fix warnings90d4fe0
named-pipes: fix receiving IOCP events after deregisterc710a30
Add v0.8.x to the CIc29e21c
Release v0.8.10f6a20da
Add Solaris operating system support (#1724)e80c3b2
Release v0.8.9862786b
Fix importing of IoSourceState4034872
Add support for vita target8eb4010
Fix receiver and sender fd in pipe based waker