libosmscout
0.1
|
A specialisation of worker. More...
#include <Worker.h>
Public Member Functions | |
Pipe (ProcessingQueue< E1 > &inQueue, ProcessingQueue< E2 > &outQueue) | |
![]() | |
ThreadedWorker ()=default | |
ThreadedWorker (const ThreadedWorker &other)=delete | |
ThreadedWorker (ThreadedWorker &&other)=delete | |
void | Wait () |
bool | WasSuccessful () const |
Returns true if the worker processed successfully, else false. More... | |
virtual | ~ThreadedWorker ()=default |
Protected Attributes | |
ProcessingQueue< E1 > & | inQueue |
ProcessingQueue< E2 > & | outQueue |
Additional Inherited Members | |
![]() | |
void | MarkWorkerAsFailed () |
Worker can set itself to the failure status. More... | |
virtual void | ProcessingLoop ()=0 |
void | Start () |
A specialisation of worker.
A pipe consumes events from a incoming queue and produces new events for a outgoing queue.
The incoming queue is processes until it is stopped and empty.
E1 | The event type of the incoming queue |
E2 | The event type of the outgoing queue |
|
inline |
|
protected |
|
protected |