Skip to content

Tokio v1.9.0

Compare
Choose a tag to compare
@Darksonn Darksonn released this 22 Jul 10:06
· 1336 commits to master since this release
b280c6d

1.9.0 (July 19, 2021)

Added

  • net: allow customized I/O operations for TcpStream (#3888)
  • sync: add getter for the mutex from a guard (#3928)
  • task: expose nameable future for TaskLocal::scope (#3273)

Fixed

  • Fix leak if output of future panics on drop (#3967)
  • Fix leak in LocalSet (#3978)

Changes