libcoro
1.0
Coroutine support library for C++20
|
This is the complete list of members for coro::async< T, Alloc >, including all inherited members.
async()=default | coro::async< T, Alloc > | |
async(async< T, A > &&other) | coro::async< T, Alloc > | inline |
defer_start() | coro::async< T, Alloc > | inline |
detach() | coro::async< T, Alloc > | inline |
detach_on_await_suspend() | coro::async< T, Alloc > | inline |
operator co_await() | coro::async< T, Alloc > | inline |
operator deferred_future< T >() | coro::async< T, Alloc > | inline |
operator future< T >() | coro::async< T, Alloc > | inline |
operator shared_future< T >() | coro::async< T, Alloc > | inline |
operator U() | coro::async< T, Alloc > | inline |
run() | coro::async< T, Alloc > | inline |
shared_start() | coro::async< T, Alloc > | inline |
start() | coro::async< T, Alloc > | inline |
start(promise< T > prom) | coro::async< T, Alloc > | inline |