ADTF  3.18.2
cLooper::Impl< Callable >
Inheritance diagram for cLooper::Impl< Callable >:
[legend]

Public Member Functions

 Impl (Callable &&pFunc)
 
void Run ()
 

Public Attributes

Callable pFunc
 
- Public Attributes inherited from cLooper::ImplBase
tLoopState m_eLoopState
 
tBool m_bStateAcked = tTrue
 
std::promise< void > m_oLoopStateAck
 
std::mutex m_oStateMutex
 
std::condition_variable m_oWakeup
 

Detailed Description

template<typename Callable>
struct A_UTILS_NS::cLooper::Impl< Callable >

Definition at line 53 of file looper.h.