Cosmetic notes

This commit is contained in:
Tony Garnock-Jones 2018-04-27 17:36:43 +01:00
parent edb8e719f7
commit 0cbb5b061c
1 changed files with 4 additions and 0 deletions

View File

@ -679,6 +679,8 @@
(spawn (on (retracted (layer $x)) (printf "~a gone\n" x))))
#;(lambda ()
;; See .../syndicate/examples/actor/example-responsibility-transfer-2.rkt
(spawn #:name 'factory-1
(on (asserted (list 'X 1))
(spawn #:name 'service-1
@ -698,6 +700,8 @@
)
#;(lambda ()
;; See .../syndicate/examples/actor/example-responsibility-transfer-1.rkt
(spawn #:name 'demand-watcher
(during/spawn 'demand
#:name (gensym 'intermediate-demand-asserter)