Valkka  1.6.1
OpenSource Video Management
Public Member Functions | Private Attributes | List of all members
Event Class Reference

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
 

Detailed Description

Python-like threading/multiprocessing.Event class.


The documentation for this class was generated from the following files: