0.3.0-alpha.19
Pre-release
Pre-release
·
711 commits
to master
since this release
- Stabilized the
async-awaitfeature (#1816) - Made
async-awaitfeature no longer requirestdfeature (#1815) - Updated
proc-macro2,syn, andquoteto 1.0 (#1798) - Exposed unstable
BiLock(#1827) - Renamed "nightly" feature to "unstable" (#1823)
- Moved to our own
io::{Empty, Repeat, Sink}(#1829) - Made
AsyncRead::initializerAPI unstable (#1845) - Moved the
Nevertype fromfutures-coretofutures-util(#1836) - Fixed use-after-free on panic in
ArcWake::wake_by_ref(#1797) - Added
AsyncReadExt::chain(#1810) - Added
Stream::size_hint(#1853) - Added some missing
FusedFuture(#1868) andFusedStreamimplementations (#1831) - Added a
Fromimpl forMutex(#1839) - Added
Mutex::{get_mut, into_inner}(#1839) - Re-exported
TryConcatandTryFilter(#1814) - Lifted
Unpinbound and implementedAsyncBufReadforio::Take(#1821) - Lifted
Unpinbounds onget_pin_mut(#1820) - Changed
SendAllto flush theSinkwhen the sourceStreamis pending (#1877) - Set default threadpool size to one if
num_cpus::get()returns zero (#1835) - Removed dependency on
randby using our own PRNG (#1837) - Removed
futures-coredependency fromfutures-sink(#1832)