Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::async::details Namespace Reference

Functions

static constexpr TaskType ConvertTaskType (tf::TaskType type) noexcept
 Converts Taskflow task type to Helios task type.

Function Documentation

◆ ConvertTaskType()

constexpr TaskType helios::async::details::ConvertTaskType ( tf::TaskType type)
staticnodiscardconstexprnoexcept

Converts Taskflow task type to Helios task type.

Parameters
typeTaskflow task type
Returns
Corresponding Helios task type

Definition at line 86 of file common.hpp.