From: Christopher Allan Webber Date: Mon, 25 Apr 2016 18:47:29 +0000 (-0500) Subject: actors: Properly autoreply to replies; make reply-message-wait work. X-Git-Tag: v0.2.0~41 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=5b3a0e8de367ddff6b132aa92e7786bc31cede4b;hp=5b3a0e8de367ddff6b132aa92e7786bc31cede4b actors: Properly autoreply to replies; make reply-message-wait work. * 8sync/systems/actors.scm (hive-process-message): Enable prompt even when resuming coroutines. Enable autoreply when resuming coroutines. (send-message-wait, reply-message-wait): Rename agenda-prompt variable to abort-to, which makes more sense. ---