- Update windows-sys to v0.59. (#41)
- Fix the
clippy::needless_borrows_for_generic_args
lint in the README example. (#38)
- Update README.md to use a working example. (#35)
- Remove an invalid category from
Cargo.toml
. (#33)
- Bump
windows-sys
to 0.52 andasync-io
to 3.3.0. (#27)
- Bump
async-io
to version 2.0.0. (#25)
- Add
LICENSE
files to this crate. (#23)
- Remove the
signalfd
backend, as it offered little to no advantages over the pipe-based backend and it didn't catch signals sometimes. (#20)
- Fix build error on Android. (#18)
- Add support for the signalfd mechanism on Linux. (#5)
- Add support for Windows. (#6)
- Bump MSRV to 1.63. (#8)
- Initial release