MCPcopy 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
516void MultiDevice::wait(OSPFuture _task, OSPSyncEvent event)
517{
518 auto *task = (Future *)_task;
519 task->wait(event);
520}
521
522void MultiDevice::cancel(OSPFuture _task)
523{

Callers 1

renderFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected