Awaiter for a single AsyncFileRead operation. More...
#include <Await.h>
Public Member Functions | |
| AwaitFileReadAwaiter (AwaitEventLoop &await, const FileDescriptor &file, Span< char > buffer, AwaitFileReadResult &outResult, AwaitFileReadOptions options) | |
| bool | await_ready () const |
| bool | await_suspend (AwaitTask::Handle continuation) |
| Result | await_resume () |
Public Attributes | |
| AwaitEventLoop & | await |
| const FileDescriptor & | file |
| Span< char > | buffer |
| AwaitFileReadResult & | outResult |
| AsyncFileRead | request |
| AsyncTaskSequence | taskSequence |
| AwaitFileReadOptions | options |
| Result | operationResult = Result(true) |
Awaiter for a single AsyncFileRead operation.