4ed833bc9d
The idea is to make the critical main scene loop as skinny as possible - it doesn't need to run things that aren't time critical and don't depend on update ordering. This will be done gradually over time to try and uncover any issues. Many non-criticial scene loop activities are being launched on separate threadpool threads anyway. This may also allow modules to register their own maintenance jobs without having to maintain their own timers and threads. Currently the maintenance loop runs once a second, as opposed to the 89ms scene loop. |
||
---|---|---|
.. | ||
ApplicationPlugins | ||
Capabilities | ||
ConsoleClient | ||
Data | ||
Framework | ||
Region | ||
Server | ||
Services | ||
Tests | ||
Tools |