Awaiter for a single AsyncFileSend operation. More...
#include <Await.h>
Public Member Functions | |
| AwaitFileSendAwaiter (AwaitEventLoop &await, const FileDescriptor &file, const SocketDescriptor &socket, AwaitFileSendResult &outResult, AwaitFileSendOptions options) | |
| bool | await_ready () const |
| bool | await_suspend (AwaitTask::Handle continuation) |
| Result | await_resume () |
Public Attributes | |
| AwaitEventLoop & | await |
| const FileDescriptor & | file |
| const SocketDescriptor & | socket |
| AwaitFileSendResult & | outResult |
| AwaitFileSendOptions | options |
| AsyncFileSend | request |
| AsyncTaskSequence | taskSequence |
| Result | operationResult = Result(true) |
Awaiter for a single AsyncFileSend operation.