aboutsummaryrefslogtreecommitdiff
path: root/build2/scheduler.txx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/scheduler.txx')
-rw-r--r--build2/scheduler.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scheduler.txx b/build2/scheduler.txx
index 965813f..01408ca 100644
--- a/build2/scheduler.txx
+++ b/build2/scheduler.txx
@@ -86,7 +86,7 @@ namespace build2
t.thunk (std::index_sequence_for<A...> ());
atomic_count& tc (*t.task_count);
- if (--tc == t.start_count)
+ if (--tc <= t.start_count)
s.resume (tc); // Resume a waiter, if any.
}
}