tokio-1.13.1
版本发布时间: 2021-11-18 02:03:32
tokio-rs/tokio最新发布版本:tokio-1.40.0(2024-08-30 16:04:47)
1.13.1 (November 15, 2021)
This release fixes a data race when sending and receiving on a
closed oneshot
channel (RUSTSEC-2021-0124).
Fixed
- sync: fix a data race between
oneshot::Sender::send
and awaiting aoneshot::Receiver
when the oneshot has been closed (#4226)