github tokio-rs/tokio tokio-0.2.21
Tokio v0.2.21

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

Bug fixes and API polish.

Fixes

  • macros: disambiguate built-in #[test] attribute in macro expansion (#2503)
  • rt: LocalSet and task budgeting (#2462).
  • rt: task budgeting with block_in_place (#2502).
  • sync: release broadcast channel memory without sending a value (#2509).
  • time: notify when resetting a Delay to a time in the past (#2290).

Added

  • io: get_mut, get_ref, and into_inner to Lines (#2450).
  • io: mio::Ready argument to PollEvented (#2419).
  • os: illumos support (#2486).
  • rt: Handle::spawn_blocking (#2501).
  • sync: OwnedMutexGuard for Arc<Mutex<T>> (#2455).

Don't miss a new tokio release

NewReleases is sending notifications on new releases.