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

Method send

Libraries/Await/Await.cpp:938–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938AwaitSocketConnectAwaiter AwaitEventLoop::connect(const SocketDescriptor& socket, SocketAddress address)
939{
940 return AwaitSocketConnectAwaiter(*this, socket, address);
941}
942
943AwaitSocketSendAwaiter AwaitEventLoop::send(const SocketDescriptor& socket, Span<const char> data,
944 AwaitSocketSendResult* outResult)
945{

Callers 1

sendReceiveOnceMethod · 0.80

Calls 1

Tested by 1

sendReceiveOnceMethod · 0.64