Condition variable class for worker. More...
#include <PeriodicExecutionContext.h>
Public Member Functions | |
| Worker () | |
Public Attributes | |
| coil::Condition< coil::Mutex > | cond_ |
| coil::Mutex | mutex_ |
| bool | running_ |
Condition variable class for worker.
Definition at line 1517 of file PeriodicExecutionContext.h.
| RTC::PeriodicExecutionContext::Worker::Worker | ( | ) | [inline] |
Definition at line 1519 of file PeriodicExecutionContext.h.
Definition at line 1521 of file PeriodicExecutionContext.h.
Definition at line 1519 of file PeriodicExecutionContext.h.
Definition at line 1522 of file PeriodicExecutionContext.h.