Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ backgroundRun
Method
backgroundRun
test/IECoreScene/PrimitiveTest.py:194–198 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
cancelled = [False]
193
194
def
backgroundRun():
195
try
:
196
IECore.Object.load( loadIO,
"test"
, canceller )
197
except
IECore.Cancelled:
198
cancelled[0] = True
199
200
thread = threading.Thread(target=backgroundRun, args=())
201
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected