Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
AScheduler.hpp File Reference
#include "IScheduler.hpp"
#include "system/System.hpp"
#include <set>
#include <typeindex>

Go to the source code of this file.

Classes

class  Engine::Scheduler::AScheduler
 AScheduler is an abstract class that implements the IScheduler interface. It provides common functionalities for schedulers, such as enabling/disabling systems and error handling. It also provides a default implementation for the RunSystem function, which executes a system according to the scheduler policy. More...

Namespaces

namespace  Engine
namespace  Engine::Scheduler