| 972 | } |
| 973 | |
| 974 | AwaitSocketReceiveAwaiter AwaitEventLoop::receive(const SocketDescriptor& socket, Span<char> buffer, |
| 975 | AwaitSocketReceiveResult& outResult) |
| 976 | { |
| 977 | return AwaitSocketReceiveAwaiter(*this, socket, buffer, outResult); |
| 978 | } |
| 979 | |
| 980 | AwaitSocketReceiveExactAwaiter AwaitEventLoop::receiveExact(const SocketDescriptor& socket, Span<char> buffer, |
| 981 | AwaitSocketReceiveResult* outResult) |