Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ wait
Method
wait
modules/multiDevice/MultiDevice.cpp:516–520 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
514
}
515
516
void MultiDevice::wait(OSPFuture _task, OSPSyncEvent event)
517
{
518
auto *task = (Future *)_task;
519
task->wait(event);
520
}
521
522
void MultiDevice::cancel(OSPFuture _task)
523
{
Callers
1
renderFrame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected