Closed
Description
It's very common to use a single mutex with many condition variables.
Windows Vista and later have support for native condition variables without emulation. Windows XP support ends in April 2014 so there's no need for Rust to cripple the API to support it.
A simple example: https://github.com/thestinger/rust-core/blob/master/core/concurrent.rs#L73