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

Method sendAll

Libraries/Await/Await.cpp:962–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960}
961
962AwaitSocketSendAllAwaiter AwaitEventLoop::sendAll(const SocketDescriptor& socket, Span<const char> data,
963 AwaitSocketSendResult* outResult)
964{
965 return AwaitSocketSendAllAwaiter(*this, socket, data, outResult);
966}
967
968AwaitSocketSendAllBuffersAwaiter AwaitEventLoop::sendAll(const SocketDescriptor& socket, Span<Span<const char>> data,
969 AwaitSocketSendResult* outResult)

Callers 13

sendAllOnceMethod · 0.80
sendSplitMessageMethod · 0.80
sendSplitLineMethod · 0.80
tinyEchoServerMethod · 0.80
tinyEchoClientMethod · 0.80
probeServerFunction · 0.80
probeClientFunction · 0.80
echoServerFunction · 0.80
echoClientFunction · 0.80
lineServerFunction · 0.80

Tested by 7

sendAllOnceMethod · 0.64
sendSplitMessageMethod · 0.64
sendSplitLineMethod · 0.64
tinyEchoServerMethod · 0.64
tinyEchoClientMethod · 0.64