![]() |
Dripline-Cpp
v2.10.11
Dripline Implementation in C++
|
Given an executable function object, uses operator() to execute it.
More...
#include <scheduler.hh>

Public Member Functions | |
| simple_executor () | |
| simple_executor (const simple_executor &)=default | |
| simple_executor (simple_executor &&)=default | |
| virtual | ~simple_executor ()=default |
| simple_executor & | operator= (const simple_executor &)=default |
| simple_executor & | operator= (simple_executor &&)=default |
| virtual void | operator() (std::function< void() > an_executable) |
Public Member Functions inherited from base_executor | |
| 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 |
Given an executable function object, uses operator() to execute it.
Definition at line 56 of file scheduler.hh.
|
inline |
Definition at line 58 of file scheduler.hh.
|
default |
|
default |
|
virtualdefault |
|
inlinevirtual |
Implements base_executor.
Definition at line 64 of file scheduler.hh.
|
default |
|
default |