#include <Job.hpp>
Abstract base class used to call the function regardless of arguments.
Inherited by jobrocket::JobFunction< Fn, Args >.
Public Member Functions | |
virtual void | execute ()=0 |
|
pure virtual |
Implemented in jobrocket::JobFunction< Fn, Args >.