Skip to content

v0.2.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@carllerche carllerche released this 19 Sep 20:58
· 2386 commits to master since this release
80ba2a4

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).