actors: Add auto-init feature to actors.
[8sync.git] / demos / actors / simplest-possible.scm
index 4e037825f0b708b76f791a73896c1b854fbb210f..7743ccb3b8bcccf8ec1b34babe1aeb3aa5039301 100644 (file)
@@ -31,8 +31,8 @@
      (display "proog> Listen, Emo!  Listen to the sounds of the machine!\n"))))
 
 (define hive (make-hive))
-(define our-emo (hive-create-actor hive <emo>))
-(define our-proog (hive-create-actor hive <proog>))
+(define our-emo (bootstrap-actor hive <emo>))
+(define our-proog (bootstrap-actor hive <proog>))
 (define (main . args)
   (run-hive hive
             (list (bootstrap-message hive our-emo 'greet-proog