Valkka
1.6.1
OpenSource Video Management
|
Python-like threading/multiprocessing.Event class. More...
#include <event.h>
Public Member Functions | |
void | clear () |
void | set () |
bool | is_set () |
bool | wait (int timeout=0) |
Private Attributes | |
std::mutex | mutex |
std::condition_variable | cv |
bool | flag |
Python-like threading/multiprocessing.Event class.