Changed
- sync: rename
Lock
->Mutex
and make it more likestd::sync::Mutex
(#1573). - time: rename
sleep
todelay_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
forAsyncRead + 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>
forCommand
(#1513). - tls:
TlsStream::get_ref
andTlsStream::get_mut
(#1537).