DeterministicClient worker runnable abstract class. More...
#include <worker_runnable.h>
Public Member Functions | |
virtual void | Run (ValueType &element, WorkerThread &t)=0 |
Run the worker thread to process an element in the container. More... | |
DeterministicClient worker runnable abstract class.
ValueType | Container element type |
|
pure virtual |
Run the worker thread to process an element in the container.
element | Reference to a container element |
t | Reference to a worker thread for generating random numbers |