|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/Foundation/Poly.hpp"#include "CeresEngine/Foundation/SmartPtr.hpp"#include "CeresEngine/Foundation/Threading/ExecutionContext.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::DispatchQueue |
| An object that manages the execution of tasks serially or concurrently on your app's main thread or on a background thread. More... | |
Namespaces | |
| namespace | CeresEngine |
Enumerations | |
| enum class | CeresEngine::DispatchQueueType { CeresEngine::Serial , CeresEngine::Concurrent } |
| Specifies the type of the queue. More... | |