sync::mpsc: prevent double free on `Drop` This PR is fixing a regression introduced by #121646 that can lead to a double free when dropping the channel. The details of the bug can be found in the corresponding crossbeam PR https://github.com/crossbeam-rs/crossbeam/pull/1187 |
||
|---|---|---|
| .. | ||
| mpmc | ||
| poison | ||
| barrier.rs | ||
| lazy_lock.rs | ||
| mod.rs | ||
| mpsc.rs | ||
| once_lock.rs | ||
| poison.rs | ||
| reentrant_lock.rs | ||