Commit Graph

2 Commits

Author SHA1 Message Date
Matthias Hochsteger
3a70ae3171 Thread-local TaskManager
- Non TaskManager threads don't do timings (except the very main thread)
- Use one producer/consumer token per thread for queue, dont recreate them
- Minor changes to interface (ProcessTask/AddTask are not static anymore)
- WorkerData structure that keeps all data for a worker thread (timings,
  tokens)
2026-05-20 14:47:15 +02:00
Matthias Hochsteger
05aafdc3b6 Add LocalHeap, some NGCORE_API 2019-07-10 10:47:08 +02:00