|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/Foundation/Function.hpp"#include "CeresEngine/Foundation/Container/List.hpp"#include "CeresEngine/Foundation/Threading/ExecutionContext.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::IdleService |
| A service that allows submitting work to be ran whenever the executor is going idle. More... | |
Namespaces | |
| namespace | CeresEngine |
Functions | |
| template<typename ExecutionContext , ASIO_COMPLETION_TOKEN_FOR(void()) CompletionToken> | |
| CeresEngine::ASIO_INITFN_AUTO_RESULT_TYPE (CompletionToken, void()) idle(ExecutionContext &context | |
| CeresEngine::ASIO_MOVE_ARG (CompletionToken) token) | |