actors: Add comment about adding deferred-slot to <message>.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Dec 2016 21:08:23 +0000 (15:08 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Dec 2016 21:08:23 +0000 (15:08 -0600)
* 8sync/systems/actors.scm: Add comment.

8sync/systems/actors.scm

index ea638c0e180eb5b290f88ef6bde90d36eae2669f..7b47c5faec3626d0770c5b2b1c6668c0ac0a1fca 100644 (file)
 ;;; ========
 
 
 ;;; ========
 
 
+;; @@: 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 <message>
   (make-message-intern id to from action
                        body in-reply-to wants-reply
 (define-record-type <message>
   (make-message-intern id to from action
                        body in-reply-to wants-reply