25 #ifndef TASKOLIB_COMMCHANNEL_H_
26 #define TASKOLIB_COMMCHANNEL_H_
Declaration of the LockedQueue class.
Declaration of the Message class.
A thread-safe locking message queue.
Definition: LockedQueue.h:66
Namespace task contains all Taskolib functions and classes.
Definition: CommChannel.h:33
A struct combining a message queue and several atomic flags.
Definition: CommChannel.h:43
std::atomic< bool > immediate_termination_requested_
Definition: CommChannel.h:45
LockedQueue< Message > queue_
Definition: CommChannel.h:44