Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ AsyncSocketSend
Function
AsyncSocketSend
Libraries/Async/Async.h:649–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
647
struct SC_ASYNC_EXPORT AsyncSocketSend : public AsyncRequest
648
{
649
AsyncSocketSend() : AsyncRequest(Type::SocketSend) {}
650
struct CompletionData : public AsyncCompletionData
651
{
652
size_t numBytes = 0;
Callers
1
Async.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected