Awaiter for a single AsyncSocketReceiveFrom operation. More...
#include <Await.h>
Public Member Functions | |
| AwaitSocketReceiveFromAwaiter (AwaitEventLoop &await, const SocketDescriptor &socket, Span< char > buffer, AwaitSocketReceiveFromResult &outResult) | |
| bool | await_ready () const |
| bool | await_suspend (AwaitTask::Handle continuation) |
| Result | await_resume () |
Public Attributes | |
| AwaitEventLoop & | await |
| const SocketDescriptor & | socket |
| Span< char > | buffer |
| AwaitSocketReceiveFromResult & | outResult |
| AsyncSocketReceiveFrom | request |
| Result | operationResult = Result(true) |
Awaiter for a single AsyncSocketReceiveFrom operation.