libcoro  1.0
Coroutine support library for C++20

◆ operator>>()

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

alias to then()

Definition at line 1576 of file future.h.