Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::concepts::AsyncCallable Concept Reference

A callable suitable for async execution. More...

#include <concepts.h>

Concept definition

template<typename F, typename R>
std::same_as<std::invoke_result_t<F>, R>
A callable suitable for async execution.
Definition concepts.h:124
A callable type that can be invoked with given arguments.
Definition concepts.h:77

Detailed Description

A callable suitable for async execution.

Definition at line 124 of file concepts.h.