libcoro  1.0
Coroutine support library for C++20

◆ get()

template<typename T >
ret_value coro::shared_future< T >::get ( )
inline

Retrieves value, performs synchronous wait.

Definition at line 1589 of file future.h.