Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
latch.hpp File Reference

Synchronization latch. More...

#include <mutex>
#include <condition_variable>

Go to the source code of this file.

Classes

class  utils::Latch
 A synchronization aid that allows one thread to wait until an operation being performed in other thread completes. More...
 

Namespaces

 utils
 

Detailed Description