libcoro  1.0
Coroutine support library for C++20

◆ operator*()

template<typename T >
result_future_type& coro::when_each< T >::iterator::operator* ( ) const
inline

retrieve item. Note that result is awaitable reference. You need co_await the result;

Definition at line 205 of file future_list.h.