godot/core/config
Juan Linietsky 65686dedf9 Use WorkerThreadPool for Server threads
* Servers now use WorkerThreadPool for background computation.
* This helps keep the number of threads used fixed at all times.
* It also ensures everything works on HTML5 with threads.
* And makes it easier to support disabling threads for also HTML5.

CommandQueueMT now syncs with the servers via the WorkerThreadPool
yielding mechanism, which makes its classic main sync semaphore
superfluous.

Also, some warnings about calls that kill performance when using
threaded rendering are removed because there's a mechanism that
warns about that in a more general fashion.

Co-authored-by: Pedro J. Estébanez <pedrojrulez@gmail.com>
2024-04-10 18:47:42 +02:00
..
engine.cpp Use WorkerThreadPool for Server threads 2024-04-10 18:47:42 +02:00
engine.h Use WorkerThreadPool for Server threads 2024-04-10 18:47:42 +02:00
project_settings.cpp [Core] Add iteration support to Array 2024-04-10 14:49:34 +02:00
project_settings.h Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 2024-03-06 12:14:21 -05:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00