| 508 | } |
| 509 | |
| 510 | int MultiDevice::isReady(OSPFuture _task, OSPSyncEvent event) |
| 511 | { |
| 512 | auto *task = (Future *)_task; |
| 513 | return task->isFinished(event); |
| 514 | } |
| 515 | |
| 516 | void MultiDevice::wait(OSPFuture _task, OSPSyncEvent event) |
| 517 | { |
nothing calls this directly
no test coverage detected