Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ isCompletedNoLock
Function
isCompletedNoLock
src/include/common/task_system/task.h:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
bool isCompletedNoLock() const {
56
return numThreadsRegistered > 0 && numThreadsFinished == numThreadsRegistered;
57
}
58
59
void setSingleThreadedTask() { maxNumThreads = 1; }
60
Callers
2
deRegisterThreadAndFinalizeTask
Method · 0.85
isCompletedSuccessfully
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected