Awaiter that starts a child task if needed, then waits for it to complete. More...
#include <Await.h>
Public Member Functions | |
| AwaitTaskSpawnAwaiter (AwaitEventLoop &await, AwaitTask &task) | |
| bool | await_ready () const |
| bool | await_suspend (AwaitTask::Handle continuation) |
| Result | await_resume () |
Public Attributes | |
| AwaitEventLoop & | await |
| AwaitTask & | task |
| Result | operationResult = Result(true) |
Awaiter that starts a child task if needed, then waits for it to complete.