Awaiter for a single AsyncLoopWork operation. More...
#include <Await.h>
Public Member Functions | |
| AwaitLoopWorkAwaiter (AwaitEventLoop &await, ThreadPool &threadPool, Function< Result()> work) | |
| bool | await_ready () const |
| bool | await_suspend (AwaitTask::Handle continuation) |
| Result | await_resume () |
Public Attributes | |
| AwaitEventLoop & | await |
| ThreadPool & | threadPool |
| Function< Result()> | work |
| AsyncLoopWork | request |
| Result | operationResult = Result(true) |
Awaiter for a single AsyncLoopWork operation.