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

Public Member Functions | |
| virtual | ~simple_executor () |
| virtual void | operator() (std::function< void() > an_executable) |
Public Member Functions inherited from base_executor | |
| virtual | ~base_executor () |
Given an executable function object, uses operator() to execute it.
Definition at line 51 of file scheduler.hh.
|
inlinevirtual |
Definition at line 53 of file scheduler.hh.
|
inlinevirtual |
Implements base_executor.
Definition at line 54 of file scheduler.hh.
1.8.13