Data Structures | |
class | Arguments |
Command line arguments available for fitting service. More... | |
class | WorkerGroup |
Control part of the observer/worker pattern. More... |
The observer contains the interface to the outside world (IPC IS etc), adding objects to a queue. The worker threads pop objects off of the queue, and do their time-intensive work on them, during which the observer is still free to respond to status requests, and callbacks.
Requires the boost thread library libboost_thread.so
include SctService/WorkerGroup.h
const correctness