CCF
|
#include <thread_messaging.h>
Inherited by threading::Tmsg< Payload >.
Public Member Functions | |
ThreadMsg (void(*_cb)(std::unique_ptr< ThreadMsg >)) | |
virtual | ~ThreadMsg ()=default |
Public Attributes | |
void(* | cb )(std::unique_ptr< ThreadMsg >) |
std::atomic< ThreadMsg * > | next = nullptr |
|
inline |
|
virtualdefault |
void(* threading::ThreadMsg::cb) (std::unique_ptr< ThreadMsg >) |
std::atomic<ThreadMsg*> threading::ThreadMsg::next = nullptr |