Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ isReady
Method
isReady
modules/cpu/ISPCDevice.cpp:602–606 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
600
}
601
602
int ISPCDevice::isReady(OSPFuture _task, OSPSyncEvent event)
603
{
604
auto *task = (Future *)_task;
605
return task->isFinished(event);
606
}
607
608
void ISPCDevice::wait(OSPFuture _task, OSPSyncEvent event)
609
{
Callers
1
display
Method · 0.45
Calls
1
isFinished
Method · 0.45
Tested by
no test coverage detected