Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ isDone
Method
isDone
components/sceneutil/workqueue.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
bool WorkItem::isDone() const
32
{
33
return mDone;
34
}
35
36
WorkQueue::WorkQueue(std::size_t workerThreads)
37
: mIsReleased(false)
Callers
1
addWorkItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected