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

Method AwaitSocketSendAwaiter

Libraries/Await/Await.cpp:1269–1272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267 operationResult = result.isValid();
1268 continuation.resume();
1269 };
1270
1271 operationResult = request.start(await.asyncEventLoop(), socket, address);
1272 return operationResult;
1273}
1274
1275Result AwaitSocketConnectAwaiter::await_resume()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected