joque
task orchestration library
|
Job interface used by task and execution. More...
#include <job.hpp>
Public Member Functions | |
virtual inval_result | is_invalidated ()=0 |
Returns true in case the job is invalidated. More... | |
virtual run_result | run (const task &)=0 |
Executes one run of the task. More... | |
virtual | ~job_iface ()=default |
Job interface used by task and execution.
|
virtualdefault |
|
pure virtual |
Returns true in case the job is invalidated.
Implemented in joque::job< T >.
|
pure virtual |
Executes one run of the task.
Implemented in joque::job< T >.