libcoro  1.0
Coroutine support library for C++20

◆ push_back()

template<typename T >
template<typename X , typename Y >
requires std::constructible_from<T, async<X,Y> > void coro::task_list< T >::push_back ( async< X, Y >  x)
inline

Start async function and store result to the list (as last item)

Definition at line 477 of file future_list.h.