| 984 | } |
| 985 | |
| 986 | AwaitSocketReceiveLineAwaiter AwaitEventLoop::receiveLine(const SocketDescriptor& socket, Span<char> buffer, |
| 987 | AwaitSocketReceiveLineResult& outResult) |
| 988 | { |
| 989 | return AwaitSocketReceiveLineAwaiter(*this, socket, buffer, outResult); |
| 990 | } |
| 991 | |
| 992 | AwaitSocketReceiveFromAwaiter AwaitEventLoop::receiveFrom(const SocketDescriptor& socket, Span<char> buffer, |
| 993 | AwaitSocketReceiveFromResult& outResult) |