libcoro  1.0
Coroutine support library for C++20

◆ operator<<() [2/2]

template<typename T >
template<std::invocable<> Fn, typename std_allocator >
void coro::shared_future< T >::operator<< ( std::tuple< Fn, std_allocator > &&  tpl)
inline

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

Parameters
tplcontains tuple, which carries function and allocator

Definition at line 1523 of file future.h.