tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.09k stars 110 forks source link

Adding `wait_while` to the loom Condvar. #167

Open johnhurt opened 4 years ago

johnhurt commented 4 years ago

This is just some logic combined with the existing wait, so I lifted the actual wait_while matches exactly what the std::rust implementation does