MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / currentPool

Method currentPool

src/python/PyImath/PyImathTask.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19static const size_t _minIterations = 200;
20
21WorkerPool *
22WorkerPool::currentPool()
23{
24 return _currentPool;
25}
26
27void
28WorkerPool::setCurrentPool(WorkerPool *pool)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected