Aria
2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Toggle main menu visibility
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>
&&
is_safe_graph_executor_v<E>
aria::async::SafeGraphExecutor
Definition
executor_traits.hpp:69
aria::async::is_safe_graph_executor_v
constexpr bool is_safe_graph_executor_v
Definition
executor_traits.hpp:44
aria
async
SafeGraphExecutor
Generated by
1.18.0