Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
aria::async::SafeGraphExecutor Concept Reference

#include <executor_traits.hpp>

Concept definition

template<typename E>
concept SafeGraphExecutor = std::is_base_of_v<IExecutor, E>
Definition executor_traits.hpp:69
constexpr bool is_safe_graph_executor_v
Definition executor_traits.hpp:44