Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ setCurrentPool
Method
setCurrentPool
src/python/PyImath/PyImathTask.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void
28
WorkerPool::setCurrentPool(WorkerPool *pool)
29
{
30
_currentPool = pool;
31
}
32
33
void
34
dispatchTask(Task &task,size_t length)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected