libcoro  1.0
Coroutine support library for C++20

◆ push_front()

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

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

Definition at line 482 of file future_list.h.