Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
single_threaded.hpp File Reference
#include <helios/async/executor.hpp>
#include <helios/async/future.hpp>
#include <helios/async/task.hpp>
#include <helios/async/task_graph.hpp>
#include <helios/ecs/schedule/executor/executor.hpp>
#include <functional>
#include <optional>
#include <vector>

Go to the source code of this file.

Classes

class  helios::ecs::SingleThreadedExecutor
 Single-threaded executor that runs systems sequentially on a single thread. More...

Namespaces

namespace  helios
namespace  helios::ecs