Transient Recorder Framework
|
Defines the TRWorkerThread and associated classes, which implement a simple worker thread. More...
#include <deque>
#include <string>
#include <epicsMutex.h>
#include <epicsEvent.h>
#include <epicsThread.h>
#include "TRNonCopyable.h"
Go to the source code of this file.
Classes | |
class | TRWorkerThreadRunnable |
This class is used to execute worker thread tasks. More... | |
class | TRWorkerThread |
A simple worker thread with a queue of tasks. More... | |
class | TRWorkerThreadTask |
Represents a task submitted to the worker thread. More... | |
Defines the TRWorkerThread and associated classes, which implement a simple worker thread.