Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Event.h File Reference
#include "threads/Condition.h"
#include <initializer_list>
#include <memory>
#include <mutex>
#include <vector>

Classes

class  CEvent
 This is an Event class built from a ConditionVariable. The Event adds the state that the condition is gating as well as the mutex/lock. More...
 
class  XbmcThreads::CEventGroup
 CEventGroup is a means of grouping CEvents to wait on them together. It is equivalent to WaitOnMultipleObject that returns when "any" Event in the group signaled. More...
 

Namespaces

namespace  XbmcThreads