mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00: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:
+1
-1
@@ -59,7 +59,7 @@ Application::Application() {
|
||||
|
||||
Application::~Application() {
|
||||
|
||||
stop_threads();
|
||||
exit_threads();
|
||||
quit_eval();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user