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

Method AwaitSocketAcceptAwaiter

Libraries/Await/Await.cpp:1195–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193 return operationResult;
1194}
1195
1196Result AwaitLoopWakeUpAwaiter::await_resume()
1197{
1198 clearCancellation(continuation, this);
1199 return operationResult;
1200}
1201

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected