github tokio-rs/tokio tokio-1.44.2
Tokio v1.44.2

latest releases: tokio-util-0.7.15, tokio-1.42.1
27 days ago

This release fixes a soundness issue in the broadcast channel. The channel
accepts values that are Send but !Sync. Previously, the channel called
clone() on these values without synchronizing. This release fixes the channel
by synchronizing calls to .clone() (Thanks Austin Bonander for finding and
reporting the issue).

Fixed

  • sync: synchronize clone() call in broadcast channel (#7232)

Don't miss a new tokio release

NewReleases is sending notifications on new releases.