| 960 | } |
| 961 | |
| 962 | AwaitSocketSendAllAwaiter AwaitEventLoop::sendAll(const SocketDescriptor& socket, Span<const char> data, |
| 963 | AwaitSocketSendResult* outResult) |
| 964 | { |
| 965 | return AwaitSocketSendAllAwaiter(*this, socket, data, outResult); |
| 966 | } |
| 967 | |
| 968 | AwaitSocketSendAllBuffersAwaiter AwaitEventLoop::sendAll(const SocketDescriptor& socket, Span<Span<const char>> data, |
| 969 | AwaitSocketSendResult* outResult) |