MCPcopy Create free account
hub / github.com/ConfettiFX/The-Forge / addTask

Method addTask

Common_3/Utilities/Threading/ThreadSystem.h:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 void exit(const struct ThreadSystemExitDesc* desc) { threadSystemExit(&threadSystem, desc); }
151
152 void addTask(TaskFunc func, void* data) const { threadSystemAddTask(threadSystem, func, data); }
153
154 template<typename T>
155 void addTasks(TaskFunc func, uint64_t count, T* dataArray) const

Callers

nothing calls this directly

Calls 1

threadSystemAddTaskFunction · 0.85

Tested by

no test coverage detected