AIStatefulTask ‐ Asynchronous, Stateful Task Scheduler library. Threads-like task objects evolving through user-defined states. |
Declaration of AIDelayedFunction, an object storing a function pointer and its arguments. More...
#include <functional>
#include <tuple>
Go to the source code of this file.
Classes | |
class | AIDelayedFunction< R(Args...)> |
class | AIDelayedFunction< void(Args...)> |
Specialization of AIDelayedFunction for functions returning void. More... | |
Declaration of AIDelayedFunction, an object storing a function pointer and its arguments.
ai-statefultask – Asynchronous, Stateful Task Scheduler library.