mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 13:38:22 +00:00
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>