tokio-1.8.4
版本发布时间: 2021-11-18 02:01:50
tokio-rs/tokio最新发布版本:tokio-1.40.0(2024-08-30 16:04:47)
1.8.4 (November 15, 2021)
This release backports a bugfix for a data race when sending and receiving on a
closed oneshot
channel ([RUSTSEC-2021-0124]) from v1.13.1.
Fixed
- sync: fix a data race between
oneshot::Sender::send
and awaiting aoneshot::Receiver
when the oneshot has been closed (#4226)