Threads
class Threads
This class is a thread pool used to run the key threads of the stg engine, like GameLoop and Renderer, and it contains a simple ThreadFactory for naming the created tasks.
Author
KKoishi_
Parameters
core Pool Size
the number of threads to keep in the pool, even if they are idle, unless allowCoreThreadTimeOut is set