Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.3.31 source code.tar.gz | 2024-10-05 | 309.2 kB | |
0.3.31 source code.zip | 2024-10-05 | 512.5 kB | |
README.md | 2024-10-05 | 729 Bytes | |
Totals: 3 Items | 822.5 kB | 1 |
- Fix use after free of task in
FuturesUnordered
when dropped future panics (#2886) - Fix soundness bug in
task::waker_ref
(#2830) This is a breaking change but allowed because it is soundness bug fix. - Fix bugs in
AsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884) - Fix parsing issue in
select!
/select_biased!
(#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted. - Work around issue due to upstream
Waker::will_wake
change (#2865) - Add
stream::Iter::{get_ref,get_mut,into_inner}
(#2875) - Add
future::AlwaysReady
(#2825) - Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter}
(#2848)