Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ cancel
Method
cancel
modules/cpu/ISPCDevice.cpp:614–618 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
612
}
613
614
void ISPCDevice::cancel(OSPFuture _task)
615
{
616
auto *task = (Future *)_task;
617
return task->cancel();
618
}
619
620
float ISPCDevice::getProgress(OSPFuture _task)
621
{
Callers
1
motion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected