github tokio-rs/tokio tokio-0.2.14
Tokio v0.2.14

latest releases: tokio-util-0.7.11, tokio-1.37.0, tokio-test-0.4.4...
4 years ago

This release introduces automatic cooperative task yielding. This article describes the new functionality in more detail.

Fixes

  • rt: concurrency bug in scheduler (#2273).
  • rt: concurrency bug with shell runtime (#2333).
  • test-util: correct pause/resume of time (#2253).
  • time: DelayQueue correct wakeup after insert (#2285).

Added

  • io: impl RawFd, AsRawHandle for std io types (#2335).
  • rt: automatic cooperative task yielding (#2160, #2343, #2349).
  • sync: RwLock::into_inner (#2321).

Changed

  • sync: semaphore, mutex internals rewritten to avoid allocations (#2325).

Don't miss a new tokio release

NewReleases is sending notifications on new releases.