AIStatefulTask ‐ Asynchronous, Stateful Task Scheduler library.

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

Classes | Namespaces | Typedefs
DefaultMemoryPagePool.h File Reference

Declaration of class DefaultMemoryPagePool. More...

#include "utils/MemoryPagePool.h"
#include "AIStatefulTaskMutex.h"
Include dependency graph for DefaultMemoryPagePool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  statefultask::DefaultMemoryPagePool< MPP >
 

Namespaces

namespace  statefultask
 Tasks defined by the library project are put into this namespace.
 

Typedefs

using AIMemoryPagePool = statefultask::DefaultMemoryPagePool< utils::MemoryPagePool >
 

Detailed Description

Declaration of class DefaultMemoryPagePool.

ai-statefultask – Asynchronous, Stateful Task Scheduler library.

Typedef Documentation

◆ AIMemoryPagePool

using AIMemoryPagePool = statefultask::DefaultMemoryPagePool<utils::MemoryPagePool>

Short version of statefultask::DefaultMemoryPagePool<utils::MemoryPagePool>.

See statefultask::DefaultMemoryPagePool for a description of the constructor.