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

Method loopWork

Libraries/Await/Await.cpp:1111–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109}
1110
1111AwaitLoopWorkAwaiter AwaitEventLoop::loopWork(ThreadPool& threadPool, Function<Result()> work)
1112{
1113 return AwaitLoopWorkAwaiter(*this, threadPool, move(work));
1114}
1115
1116Result AwaitLoopWakeUp::wakeUp(AwaitEventLoop& await) { return wakeUp(await.asyncEventLoop()); }
1117

Callers 1

digestOneFunction · 0.45

Calls 1

Tested by

no test coverage detected