futures-rs v0.3.25 Release Notes
Release Date: 2022-10-20 // over 2 years ago-
- 🛠 Fix soundness issue in
join!
andtry_join!
macros (#2649) - 👯 Implement
Clone
forsink::Drain
(#2650)
- 🛠 Fix soundness issue in
Previous changes from v0.3.24
-
- Fix incorrect termination of
select_with_strategy
streams (#2635)
- Fix incorrect termination of