15#include "IEventLoop.h"
17#include "AConditionVariable.h"
53 bool mNotified =
false;
54 bool mRunning =
false;
Represents a condition variable.
Definition AConditionVariable.h:24
Default event loop implementation.
Definition AEventLoop.h:23
void loop() override
Default loop.
void notifyProcessMessages() override
Notifies this IEventLoop that its thread got a new message to process.
virtual void notifyProcessMessages()=0
Notifies this IEventLoop that its thread got a new message to process.
Basic syscall-based synchronization primitive.
Definition AMutex.h:33