CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
DispatchQueue.hpp File Reference

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