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

Method AwaitLoopWorkAwaiter

Libraries/Await/Await.cpp:3725–3727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3723 finish(operationResult);
3724 }
3725 return;
3726 }
3727
3728 operationResult = task.result();
3729 stopCallback = [this](AsyncResult&)
3730 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected