diff options
-rw-r--r-- | cpp/.traces/scheduler (renamed from cpp/.traces/run) | 0 | ||||
-rw-r--r-- | cpp/038scheduler.cc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cpp/.traces/run b/cpp/.traces/scheduler index 07e4c9c5..07e4c9c5 100644 --- a/cpp/.traces/run +++ b/cpp/.traces/scheduler diff --git a/cpp/038scheduler.cc b/cpp/038scheduler.cc index 7645a315..74d05582 100644 --- a/cpp/038scheduler.cc +++ b/cpp/038scheduler.cc @@ -1,7 +1,7 @@ //: Run a second routine concurrently using fork, without any guarantees on //: how the operations in each are interleaved with each other. -:(scenario run) +:(scenario run_multiple) recipe f1 [ run f2:recipe 1:integer <- copy 3:literal |