You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.