libcoro  1.0
Coroutine support library for C++20

◆ await_ready()

template<typename T >
bool coro::shared_future< T >::await_ready ( ) const
inline

co_await support, returns true, if value is ready (resolved)

Definition at line 1629 of file future.h.