Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
executor.hpp File Reference
#include <helios/core_pch.hpp>
#include <helios/core/assert.hpp>
#include <helios/core/async/async_task.hpp>
#include <helios/core/async/future.hpp>
#include <helios/core/async/task_graph.hpp>
#include <helios/core/logger.hpp>
#include <taskflow/core/async_task.hpp>
#include <taskflow/core/executor.hpp>
#include <algorithm>
#include <concepts>
#include <cstddef>
#include <future>
#include <ranges>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  helios::async::Executor
 Manages worker threads and executes task graphs using work-stealing scheduling. More...
 

Namespaces

namespace  helios
 
namespace  helios::async