|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Foundation/Threading/ExecutionContext.hpp>
Public Member Functions | |
| ExecutionContext & | getExecutionContext () noexcept |
| Returns the execution context to which the service is attached to. | |
| AnyExecutor | getExecutor () noexcept |
| Returns an executor that run execute scheduled commands on the context. | |
Static Public Attributes | |
| static const ID | id |
|
noexcept |
Returns the execution context to which the service is attached to.
|
noexcept |
Returns an executor that run execute scheduled commands on the context.