Skip to content

Tokio v0.2.9

Compare
Choose a tag to compare
@carllerche carllerche released this 09 Jan 22:24
· 2127 commits to master since this release
c7c74a5

Includes only fixes.

Fixes

  • AsyncSeek impl for File (#1986).
  • rt: shutdown deadlock in threaded_scheduler (#2074, #2082).
  • rt: memory ordering when dropping JoinHandle (#2044).
  • docs: misc API documentation fixes and improvements.