#include <mp-coro/bits/synchronized_task.h>
#include <mp-coro/concepts.h>
#include <mp-coro/trace.h>
#include <semaphore>
Go to the source code of this file.
Namespaces | |
namespace | mp_coro |
Functions | |
template<awaitable A> | |
decltype(auto) | sync_await (A &&awaitable) |
Creates a synchronized task from the awaitable, starts it, and waits for it to complete, returning the result. More... | |