X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=8sync%2Fdaydream.scm;h=8113bdadd00c555c29e7bf9ba07d895c19a97931;hb=38afa0b278e17953b64764d800beaaa6368f70be;hp=291d010dfd4d96f2efcf9559df6310f7f0ec46b1;hpb=f8f472befbca280fe63848d37595fc6ff327ba92;p=8sync.git diff --git a/8sync/daydream.scm b/8sync/daydream.scm index 291d010..8113bda 100644 --- a/8sync/daydream.scm +++ b/8sync/daydream.scm @@ -35,9 +35,7 @@ ;; Now reply to the actor's continuation 'wake-up) -;; TODO: don't require the actor here (define (daydream secs) (define dreamer - (create-actor ((@@ (8sync actors) *current-actor*)) - )) + (create-actor )) (<-wait dreamer 'dream secs))