![]() |
Dripline-Cpp
v2.10.11
Dripline Implementation in C++
|
Base class for executors. More...
#include <scheduler.hh>

Public Member Functions | |
| base_executor () | |
| base_executor (const base_executor &)=default | |
| base_executor (base_executor &&)=default | |
| virtual | ~base_executor ()=default |
| base_executor & | operator= (const base_executor &)=default |
| base_executor & | operator= (base_executor &&)=default |
| virtual void | operator() (std::function< void() >)=0 |
Base class for executors.
Executors execute the actions that are scheduled in scheduler.
Definition at line 39 of file scheduler.hh.
|
inline |
Definition at line 41 of file scheduler.hh.
|
default |
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in simple_executor.
|
default |
|
default |