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

Method fileSend

Libraries/Await/Await.cpp:1023–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021}
1022
1023AwaitFileSendAwaiter AwaitEventLoop::fileSend(const FileDescriptor& file, const SocketDescriptor& socket,
1024 AwaitFileSendResult& outResult, AwaitFileSendOptions options)
1025{
1026 return AwaitFileSendAwaiter(*this, file, socket, outResult, options);
1027}
1028
1029AwaitFilePollAwaiter AwaitEventLoop::filePoll(const FileDescriptor& file) { return AwaitFilePollAwaiter(*this, file); }
1030

Callers 1

copyThenSendFunction · 0.45

Calls 1

Tested by

no test coverage detected