MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / receiveLine

Method receiveLine

Libraries/Await/Await.cpp:986–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

receiveLineMessageMethod · 0.80
lineServerFunction · 0.80
lineClientFunction · 0.80

Calls 1

Tested by 2

receiveLineMessageMethod · 0.64