mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Clarify some comments in SMP code
Spotted by Joona. No functional change.
This commit is contained in:
@@ -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