libcoro  1.0
Coroutine support library for C++20

◆ wait()

template<typename T >
wait_awaiter coro::shared_future< T >::wait ( )
inline

Perform synchronous wait on resolution.

Blocks execution until future is resolved.

Definition at line 1585 of file future.h.