Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ finished
Method
finished
modules/cpu/common/DeviceRTImpl_ispc.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
bool AsyncEventImpl::finished() const
46
{
47
std::lock_guard<std::mutex> lock(mtx);
48
return ready;
49
}
50
51
float AsyncEventImpl::getDuration() const
52
{
Callers
1
isFinished
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected