MCPcopy 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
27void
28WorkerPool::setCurrentPool(WorkerPool *pool)
29{
30 _currentPool = pool;
31}
32
33void
34dispatchTask(Task &task,size_t length)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected