Thread support library - cppreference.com
[edit] Condition variables A condition variable is a synchronization primitive that allows multiple threads to communicate with each other. It allows some number of threads to wait (possibly with a timeout) for notification from another thread that they m
en.cppreference.com |