Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
IScheduler.hpp File Reference

Go to the source code of this file.

Classes

class  Engine::Scheduler::IScheduler
 Interface for the schedulers. A scheduler is responsible for running systems according to a specific policy. Schedulers also manage how logic (system) should be handled. More...

Namespaces

namespace  Engine
namespace  Engine::Scheduler

Enumerations

enum class  Engine::Scheduler::SchedulerErrorPolicy {
  Engine::Scheduler::Silent , Engine::Scheduler::Nothing , Engine::Scheduler::LogAndContinue , Engine::Scheduler::LogAndFinishScheduler ,
  Engine::Scheduler::LogAndStop
}
 Enum that defines how the scheduler will handle errors. More...