github tokio-rs/tokio tokio-0.2.0-alpha.5
v0.2.0-alpha.5

latest releases: tokio-1.37.0, tokio-test-0.4.4, tokio-stream-0.1.15...
pre-release4 years ago

Changed

  • sync: rename Lock -> Mutex and make it more like std::sync::Mutex (#1573).
  • time: rename sleep to delay_for (#1518).

Fixed

  • executor: shutdown blocking pool threads when idle (#1562, #1514).
  • fs: propagate flush for stdout / stderr. (#1528).
  • net: API documentation generation (#1575).

Added

  • io: bring back generic split for AsyncRead + AsyncWrite (#1521).
  • io: enable buffering both reads and writes on the same type (#1558).
  • process: platform specific Command methods (#1516).
  • process: implement From<std::process::Command> for Command (#1513).
  • tls: TlsStream::get_ref and TlsStream::get_mut (#1537).

Don't miss a new tokio release

NewReleases is sending notifications on new releases.