Small changes to example
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
(letrec ((f (λ ()
|
||||
(when go-on-counter
|
||||
(send this inc-counter)
|
||||
(sleep 0.01)
|
||||
(sleep 0.1)
|
||||
(f)))))
|
||||
(set! go-on-counter #t)
|
||||
(f)))))
|
||||
|
||||
Reference in New Issue
Block a user