Skip to content

Releases: smol-rs/async-io

v1.13.0

22 Mar 16:55
ce297f4
Compare
Choose a tag to compare
  • Use rustix instead of libc/windows-sys for system calls (#76)
  • Add a will_fire method to Timer to test if it will ever fire (#106)
  • Reduce syscalls in Async::new (#107)
  • Improve the drop ergonomics of Readable and Writable (#109)
  • Change the "wepoll" in documentation to "IOCP" (#116)

v1.12.0

27 Nov 07:27
Compare
Choose a tag to compare
  • Switch from winapi to windows-sys (#102)

v1.11.0

26 Nov 08:17
Compare
Choose a tag to compare
  • Update concurrent-queue to v2. (#99)

v1.10.0

28 Oct 13:27
Compare
Choose a tag to compare
  • Remove the dependency on the once_cell crate to restore the MSRV. (#95)

v1.9.0

01 Sep 13:27
Compare
Choose a tag to compare
  • Fix panic on very large durations. (#87)
  • Add Timer::never (#87)

v1.8.0

17 Aug 20:34
Compare
Choose a tag to compare
  • Implement I/O safety traits on Rust 1.63+ (#84)

v1.7.0

26 May 00:49
Compare
Choose a tag to compare
  • Process timers set for exactly now. (#73)