summaryrefslogtreecommitdiffstats
path: root/core/object/worker_thread_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fixes HashMap::erase related race condition in WorkerThreadPool when Physics ...Simo Haasanen2022-10-201-1/+3
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky2022-07-251-75/+86
* Implement a Worker ThreadPoolreduz2022-07-221-0/+463