| 936 | } |
| 937 | |
| 938 | AwaitSocketConnectAwaiter AwaitEventLoop::connect(const SocketDescriptor& socket, SocketAddress address) |
| 939 | { |
| 940 | return AwaitSocketConnectAwaiter(*this, socket, address); |
| 941 | } |
| 942 | |
| 943 | AwaitSocketSendAwaiter AwaitEventLoop::send(const SocketDescriptor& socket, Span<const char> data, |
| 944 | AwaitSocketSendResult* outResult) |
| 945 | { |