#include <DiarkisInterfaceBase.h>
◆ RuntimeThreadData()
DiarkisInterfaceBase::RuntimeThreadData::RuntimeThreadData |
( |
| ) |
|
|
inline |
◆ Stop()
void DiarkisInterfaceBase::RuntimeThreadData::Stop |
( |
| ) |
|
◆ isRunning_
std::atomic<bool> DiarkisInterfaceBase::RuntimeThreadData::isRunning_ |
◆ runtimeThread_
◆ sync_mutex_
std::mutex DiarkisInterfaceBase::RuntimeThreadData::sync_mutex_ |
A mutex object that will be used by the condition_variable.
◆ sync_condition_
std::condition_variable DiarkisInterfaceBase::RuntimeThreadData::sync_condition_ |
A condition_variable that will be used for controlling the process launch timing.
◆ noWait_
bool DiarkisInterfaceBase::RuntimeThreadData::noWait_ |
Whether it need to enter the wait by using the condition variable.
The documentation for this struct was generated from the following files: