From: Christopher Allan Webber Date: Mon, 12 Dec 2016 21:08:23 +0000 (-0600) Subject: actors: Add comment about adding deferred-slot to . X-Git-Tag: v0.3.0~14 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=5d45fbc0fcecd2f635713af7d17f198fb4345433 actors: Add comment about adding deferred-slot to . * 8sync/systems/actors.scm: Add comment. --- diff --git a/8sync/systems/actors.scm b/8sync/systems/actors.scm index ea638c0..7b47c5f 100644 --- a/8sync/systems/actors.scm +++ b/8sync/systems/actors.scm @@ -110,6 +110,11 @@ ;;; ======== +;; @@: We may want to add a deferred-reply to the below, similar to +;; what we had in XUDD, for actors which do their own response +;; queueing.... ie, that might receive messages but need to shelve +;; them to be acted upon after something else is taken care of. + (define-record-type (make-message-intern id to from action body in-reply-to wants-reply