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

Method Task

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

Source from the content-addressed store, hash-verified

16struct Task
17{
18 PYIMATH_EXPORT virtual ~Task() {}
19 PYIMATH_EXPORT virtual void execute(size_t start,size_t end) = 0;
20 PYIMATH_EXPORT virtual void execute(size_t start,size_t end, int tid) {execute(start,end);}
21};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected