Auto-translated
You can have hundreds of threads running simultaneously, and the game will handle it without any issues. However, it's best to avoid checking certain individual things in an infinite loop, such as calculating the path cost in movement functions – this can cripple the game even with a single thread.