Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ waitForTask
Method
waitForTask
Source/Common/Async.cpp:331–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
void AsyncThread::waitForTask() {
332
_workSemaphore.wait();
333
}
334
335
size_t AsyncThread::processCount() const {
336
return _process.size();
Callers
1
work
Method · 0.80
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected