libcoro  1.0
Coroutine support library for C++20

◆ await_resume()

template<typename T , typename Pred >
T& coro::condition< T, Pred >::await_resume ( ) const
inline

co_await support

Returns value of shared variable. However, if the test of condition throws an exception, the exception is rethrown now

Returns
shared variable

Definition at line 229 of file condition.h.

+ Here is the caller graph for this function: