libcoro  1.0
Coroutine support library for C++20

◆ operator<<() [1/2]

template<typename T >
template<std::invocable<> Fn>
void coro::shared_future< T >::operator<< ( Fn &&  fn)
inline

Redirect return value of function returning coro::future to instance of shared_future.

Definition at line 1512 of file future.h.