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

Method WorkerPool

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

Source from the content-addressed store, hash-verified

23struct WorkerPool
24{
25 PYIMATH_EXPORT virtual ~WorkerPool() {}
26 PYIMATH_EXPORT virtual size_t workers() const = 0;
27 PYIMATH_EXPORT virtual void dispatch(Task &task,size_t length) = 0;
28 PYIMATH_EXPORT virtual bool inWorkerThread() const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected