Condition variable class for worker. More...
#include <PeriodicExecutionContext.h>
Public Member Functions | |
WorkerThreadCtrl () | |
Public Attributes | |
coil::Mutex | mutex_ |
coil::Condition< coil::Mutex > | cond_ |
bool | running_ |
Condition variable class for worker.
RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::WorkerThreadCtrl | ( | ) | [inline] |