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

Go to the source code of this file.

Classes

class  helios::async::Task
 Represents a single task within a task graph. More...
 

Namespaces

namespace  helios
 
namespace  helios::async