MCPcopy 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
45bool AsyncEventImpl::finished() const
46{
47 std::lock_guard<std::mutex> lock(mtx);
48 return ready;
49}
50
51float AsyncEventImpl::getDuration() const
52{

Callers 1

isFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected