tokio-1.14.0
版本发布时间: 2021-11-23 01:47:51
tokio-rs/tokio最新发布版本:tokio-1.40.0(2024-08-30 16:04:47)
1.14.0 (November 15, 2021)
Fixed
- macros: fix compiler errors when using
mut
patterns inselect!
(#4211) - sync: fix a data race between
oneshot::Sender::send
and awaiting aoneshot::Receiver
when the oneshot has been closed (#4226) - sync: make
AtomicWaker
panic safe (#3689) - runtime: fix basic scheduler dropping tasks outside a runtime context (#4213)
Added
Changed
- io: updated
copy
buffer size to matchstd::io::copy
(#4209)