#include <PionLockedQueue.hpp>
Definition at line 114 of file PionLockedQueue.hpp.
Public Member Functions | |
ConsumerThread (void) | |
constructor assumes thread is active/running | |
bool | isRunning (void) const |
returns true while the consumer thread is active/running | |
void | stop (void) |
stops the thread -- if waiting on pop() will return immediately | |
void | reset (void) |
stops the thread -- if waiting on pop() will return immediately | |
Friends | |
class | PionLockedQueue |
allow PionLockedQueue direct access to members |