BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
#include <AsyncExecutor.h>
Public Types | |
typedef Poco::SharedPtr < AsyncExecutor > | Ptr |
Public Member Functions | |
virtual void | invoke (std::function< void()> f)=0 |
Class for asynchronous executing tasks.
|
pure virtual |
Add task to queue for executing
Implemented in BeeeOn::ParallelExecutor, BeeeOn::SequentialAsyncExecutor, and BeeeOn::NonAsyncExecutor.