libcoro  1.0
Coroutine support library for C++20

◆ when_each() [1/3]

template<typename T >
coro::when_each< T >::when_each ( std::initializer_list< pointer_wrapper< T > >  lst)
inline

construct using initializer list

Parameters
lst{f1,f2,f3,f4}

Definition at line 269 of file future_list.h.