#include <mp-coro/bits/storage.h>#include <mp-coro/trace.h>#include <concepts>#include <coroutine>#include <thread>
Include dependency graph for async.h:Go to the source code of this file.
Classes | |
| class | async< Func > |
Namespaces | |
| namespace | mp_coro |
Functions | |
| template<typename F > | |
| async (F) -> async< F > | |