Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
339
void AsyncThread::notifyAllWorkers() {
340
for (size_t i = 0; i < processCount(); i++) {
341
_workSemaphore.post();
342
}
343
}
344
345
NS_DORA_END
Callers
1
stop
Method · 0.80
Calls
1
post
Method · 0.65
Tested by
no test coverage detected