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

#include <executor_traits.hpp>

Concept definition

template<typename E>
concept SafeWorkerExecutor = std::is_base_of_v<IExecutor, E>
Definition executor_traits.hpp:73
constexpr bool is_safe_worker_executor_v
Definition executor_traits.hpp:46