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

Method receive

Libraries/Await/Await.cpp:974–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

automaticPongMethod · 0.45
closeEchoMethod · 0.45
onDataMethod · 0.45
onDataMethod · 0.45
sendReceiveOnceMethod · 0.45
sendAllOnceMethod · 0.45
receiveForeverMethod · 0.45
tinyEchoServerMethod · 0.45
tinyEchoClientMethod · 0.45
fileSendOnceMethod · 0.45

Calls 1

Tested by 13

automaticPongMethod · 0.36
closeEchoMethod · 0.36
onDataMethod · 0.36
onDataMethod · 0.36
sendReceiveOnceMethod · 0.36
sendAllOnceMethod · 0.36
receiveForeverMethod · 0.36
tinyEchoServerMethod · 0.36
tinyEchoClientMethod · 0.36
fileSendOnceMethod · 0.36