mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Format
This commit is contained in:
@ -51,8 +51,9 @@ WorkerThread<Result>::~WorkerThread()
|
||||
abort = true;
|
||||
}
|
||||
condition.notify_one();
|
||||
if (thread.joinable())
|
||||
if (thread.joinable()) {
|
||||
thread.join();
|
||||
}
|
||||
}
|
||||
|
||||
template<typename Result>
|
||||
|
Reference in New Issue
Block a user