![]() |
Libftpp
A modern C++ library
|
Interface for defining jobs to be executed by the worker pool. Classes implementing this interface must define the start() method. More...
#include <worker_pool.hpp>
Public Member Functions | |
| virtual | ~IJobs () |
| virtual void | start ()=0 |
Interface for defining jobs to be executed by the worker pool. Classes implementing this interface must define the start() method.
Definition at line 62 of file worker_pool.hpp.
|
inlinevirtual |
Definition at line 66 of file worker_pool.hpp.
|
pure virtual |
Referenced by WorkerPool::addJob().