AIStatefulTask ‐ Asynchronous, Stateful Task Scheduler library.

Threads-like task objects evolving through user-defined states.

Classes
AIDelayedFunction.h File Reference

Declaration of AIDelayedFunction, an object storing a function pointer and its arguments. More...

#include <functional>
#include <tuple>
Include dependency graph for AIDelayedFunction.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declaration of AIDelayedFunction, an object storing a function pointer and its arguments.

ai-statefultask – Asynchronous, Stateful Task Scheduler library.