mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Clarify some comments in SMP code
Spotted by Joona. No functional change.
This commit is contained in:
+2
-1
@@ -194,7 +194,8 @@ void ThreadPool::init() {
|
||||
}
|
||||
|
||||
|
||||
// exit() cleanly terminates the threads before the program exits
|
||||
// exit() cleanly terminates the threads before the program exits. Cannot be done in
|
||||
// d'tor because we have to terminate the threads before to free ThreadPool object.
|
||||
|
||||
void ThreadPool::exit() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user