Async++ unknown
Async (co_await/co_return) code for C++
Loading...
Searching...
No Matches
asyncpp::Dispatcher Concept Reference

Check if T implements the dispatcher interface. More...

#include <asyncpp/detail/concepts.h>

Concept definition

template<typename T>
concept asyncpp::Dispatcher = requires(T&& disp) {
{ disp.push(std::declval<std::function<void()>>) };
}
Check if T implements the dispatcher interface.
Definition concepts.h:61

Detailed Description

Check if T implements the dispatcher interface.