The CoroutineAwait struct. More...
#include <AsyncFw/Coroutine>
Public Member Functions | |
| template<typename T> | |
| CoroutineAwait (T _f) | |
| CoroutineAwait (const CoroutineAwait &)=delete | |
| CoroutineAwait & | operator= (const CoroutineAwait &)=delete |
| virtual void | await_suspend (CoroutineHandle) const noexcept |
| virtual bool | await_ready () const noexcept |
| virtual CoroutineHandle | await_resume () const noexcept |
The CoroutineAwait struct.