From 5d45fbc0fcecd2f635713af7d17f198fb4345433 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 12 Dec 2016 15:08:23 -0600 Subject: [PATCH] actors: Add comment about adding deferred-slot to . * 8sync/systems/actors.scm: Add comment. --- 8sync/systems/actors.scm | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.31.1