|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
A callable suitable for submission to an async executor. More...
#include <concepts.h>
A callable suitable for submission to an async executor.
This concept combines invocability with move-constructibility, ensuring the callable can be stored and executed asynchronously.
Example usage:
Definition at line 327 of file concepts.h.