aboutsummaryrefslogtreecommitdiff
path: root/build2/scheduler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/scheduler.hxx')
-rw-r--r--build2/scheduler.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/scheduler.hxx b/build2/scheduler.hxx
index 9e057b1..70dbf04 100644
--- a/build2/scheduler.hxx
+++ b/build2/scheduler.hxx
@@ -619,7 +619,8 @@ namespace build2
//
td.thunk (*this, ql, &td.data);
- // See if we need to call the monitor.
+ // See if we need to call the monitor (see also the serial version
+ // in async()).
//
if (monitor_count_ != nullptr)
{