mp-coro main
Coroutine support tools
task< T, Allocator > Member List

This is the complete list of members for task< T, Allocator >, including all inherited members.

make_task(A &&awaitable)task< T, Allocator >related
operator co_await() const &noexcepttask< T, Allocator >inline
operator co_await() const &noexcepttask< T, Allocator >inline
operator co_await() const &&noexcepttask< T, Allocator >inline
operator=(task &&)=deletetask< T, Allocator >
promise_task< T, Allocator >private
task(task &&)=defaulttask< T, Allocator >
task(promise_type *promise)task< T, Allocator >inlineprivate
value_type typedeftask< T, Allocator >