MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / notifyAllWorkers

Method notifyAllWorkers

Source/Common/Async.cpp:339–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void AsyncThread::notifyAllWorkers() {
340 for (size_t i = 0; i < processCount(); i++) {
341 _workSemaphore.post();
342 }
343}
344
345NS_DORA_END

Callers 1

stopMethod · 0.80

Calls 1

postMethod · 0.65

Tested by

no test coverage detected