#include <eventloop.h>
Definition at line 18 of file eventloop.h.
◆ EventLoop()
◆ ~EventLoop()
EventLoop::~EventLoop |
( |
| ) |
|
◆ GUARDED_BY()
◆ startEventLoop()
bool EventLoop::startEventLoop |
( |
CScheduler & |
scheduler, |
|
|
std::function< void()> |
runEventLoop, |
|
|
std::chrono::milliseconds |
delta |
|
) |
| |
◆ stopEventLoop()
bool EventLoop::stopEventLoop |
( |
| ) |
|
◆ cond_running
std::condition_variable EventLoop::cond_running |
|
private |
◆ cs_running
Mutex EventLoop::cs_running |
|
private |
◆ stopRequest
std::atomic<bool> EventLoop::stopRequest {false} |
|
private |
The documentation for this struct was generated from the following files: