Threading - JayhawkZombie/EECS581Project GitHub Wiki
Threading
There are a number of threads running in the engine at any given time. The goal is for the main thread to never be blocked by a process not initiated by the core of the engine.
Level Streaming / Loading Thread
- There is a thread dedicated solely to asynchronously loading levels