|
|
|
|
|
by nitwit005
875 days ago
|
|
I'm sure people use thread pools for things like loading files off disk, but in general you have tasks with predictable loads that you can just dedicate threads to. You're rendering the game at a certain frame rate, playing audio, and at least somewhat predictable networking load. |
|