mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Rename stop_threads() to exit_threads()
More stick to what actually happens. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ Application::Application() {
|
||||
|
||||
Application::~Application() {
|
||||
|
||||
stop_threads();
|
||||
exit_threads();
|
||||
quit_eval();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user