aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/concurrency/behavioral.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/control/concurrency/behavioral.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/control/concurrency/behavioral.lux b/stdlib/source/test/lux/control/concurrency/behavioral.lux
index 6728ad266..54763d640 100644
--- a/stdlib/source/test/lux/control/concurrency/behavioral.lux
+++ b/stdlib/source/test/lux/control/concurrency/behavioral.lux
@@ -71,10 +71,10 @@
[[old new] (async.future (atom.update! (n.- shift) counter))]
(in new))))]
(do async.monad
- [_ (async.future (at feed! feed (increase [])))
- _ (async.future (at feed! feed (increase [])))
- _ (async.future (at feed! feed (decrease [])))
- _ (async.future (at feed! close))
+ [_ (async.future (of feed! feed (increase [])))
+ _ (async.future (of feed! feed (increase [])))
+ _ (async.future (of feed! feed (decrease [])))
+ _ (async.future (of feed! close))
scenario/+ scenario/+
scenario/- scenario/-
count (async.future (atom.read! counter))]