Skip to content

Tokio v0.2.4

Compare
Choose a tag to compare
@carllerche carllerche released this 07 Dec 03:53
· 2397 commits to master since this release
80abff0

A small release to fix a potential deadlock when using Mutex.

Fixes

  • sync::Mutex deadlock when lock() future is dropped early (#1898).