| 948 | } |
| 949 | |
| 950 | AwaitSocketSendToAwaiter AwaitEventLoop::sendTo(const SocketDescriptor& socket, SocketIPAddress address, |
| 951 | Span<const char> data, AwaitSocketSendResult* outResult) |
| 952 | { |
| 953 | return AwaitSocketSendToAwaiter(*this, socket, address, data, outResult); |
| 954 | } |
| 955 | |
| 956 | AwaitSocketSendToAwaiter AwaitEventLoop::sendTo(const SocketDescriptor& socket, SocketIPAddress address, |
| 957 | Span<Span<const char>> data, AwaitSocketSendResult* outResult) |