diff --git a/prospect/actor.rkt b/prospect/actor.rkt index 27a4576..d46fe3e 100644 --- a/prospect/actor.rkt +++ b/prospect/actor.rkt @@ -446,7 +446,7 @@ (expand-and-print #'(actor - (until (= count 10) + (until (rising-edge (= count 10)) #:collect [(count 0)] (on (message `(hello ,$who)) (println "Got hello: ~a" who)