Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
executor.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Classes

class  helios::ecs::Executor
 Abstract interface for schedule executors. More...

Namespaces

namespace  helios
namespace  helios::ecs

Enumerations

enum class  helios::ecs::ExecutorKind : uint8_t { helios::ecs::kMainThread , helios::ecs::kSingleThreaded , helios::ecs::kMultiThreaded }
 Kind of executor to use for schedule execution. More...