Skip to content

Tokio v1.23.0

Compare
Choose a tag to compare
@carllerche carllerche released this 05 Dec 23:26
· 585 commits to master since this release
3ce5a26

Fixed

  • net: fix Windows named pipe connect (#5208)
  • io: support vectored writes for ChildStdin (#5216)
  • io: fix async fn ready() false positive for OS-specific events (#5231)

Changed

  • runtime: yield_now defers task until after driver poll (#5223)
  • runtime: reduce amount of codegen needed per spawned task (#5213)
  • windows: replace winapi dependency with windows-sys (#5204)