blob: 25b7befdd9927e9df45428a2fa9cc240a5eb470c (
plain)
1
2
3
4
5
6
|
# Logos
Logos is the namespace for threadpool & job system code. This is not a 'system' as it is underlying core unit of the engine.
Threadpool currently gets initialised at core bringup with a set number of threads and results are processed once per frame
on the main thread. This is subject to change but multithreading is not the highest priority right now.
|