1#ifndef WORKER_RUNNABLE_H
2#define WORKER_RUNNABLE_H
4#include "./worker_thread.h"
12 template <
typename ValueType>
DeterministicClient worker runnable abstract class.
Definition: worker_runnable.h:14
virtual void Run(ValueType &element, WorkerThread &t)=0
Run the worker thread to process an element in the container.
DeterministicClient random number generator.
Definition: worker_thread.h:14