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

Concept for sub-task callables that receive a SubTaskGraph reference. More...

#include <common.hpp>

Concept definition

template<typename C>
concept SubTask = std::invocable<C, SubTaskGraph&>
Concept for sub-task callables that receive a SubTaskGraph reference.
Definition common.hpp:73

Detailed Description

Concept for sub-task callables that receive a SubTaskGraph reference.

Definition at line 73 of file common.hpp.