mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
eaf7fd2fed
Adds the equivalent `nonpoison` types to the `poison::condvar` module. These types and implementations are gated under the `nonpoison_condvar` feature gate. Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>