MCPcopy Create free account
hub / github.com/RenderKit/ospray / isReady

Method isReady

modules/multiDevice/MultiDevice.cpp:510–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510int MultiDevice::isReady(OSPFuture _task, OSPSyncEvent event)
511{
512 auto *task = (Future *)_task;
513 return task->isFinished(event);
514}
515
516void MultiDevice::wait(OSPFuture _task, OSPSyncEvent event)
517{

Callers

nothing calls this directly

Calls 1

isFinishedMethod · 0.45

Tested by

no test coverage detected