Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Sep 19, 2024
1 parent f6669cc commit f0aa1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parallel/HighsTaskExecutor.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class HighsTaskExecutor {
void stopWorkerThreads(bool blocking = false) {
// auto id = mainWorkerId.exchange(std::thread::id());
// if (id == std::thread::id()) return; // already been called
// ???
// does this happen?

// now inject the null task as termination signal to every worker
for (auto& workerDeque : workerDeques) {
Expand Down

0 comments on commit f0aa1c3

Please sign in to comment.