|
uvco 0.1
|

Public Member Functions | |
| YieldAwaiter_ (PromiseCore_ &core) | |
| bool | await_ready () const |
| bool | await_suspend (std::coroutine_handle<>) |
| void | await_resume () |
Public Attributes | |
| PromiseCore_ & | core_ |
A YieldAwaiter_ suspends a coroutine returning a MultiPromise (i.e. a generator) and resumes it when the value is read by the awaiting coroutine.
|
inlineexplicit |
|
inlinenodiscard |
|
inline |
|
inline |
| PromiseCore_& uvco::Generator< T >::YieldAwaiter_::core_ |