From 5ead1571cadbf489dad8ec6341f313b37e9e98d8 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 3 May 2016 18:21:04 -0500 Subject: [PATCH] agenda: Update comment, could also attach catch routines to hive. * 8sync/systems/actors.scm (hive-process-message): Update comment. --- 8sync/systems/actors.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/8sync/systems/actors.scm b/8sync/systems/actors.scm index 0659eb5..8545e73 100644 --- a/8sync/systems/actors.scm +++ b/8sync/systems/actors.scm @@ -538,7 +538,8 @@ more compact following syntax: (define (call-catching-coroutine thunk) (define (call-catching-errors) - ;; TODO: maybe parameterize and use maybe-catch-all from agenda.scm + ;; TODO: maybe parameterize (or attach to hive) and use + ;; maybe-catch-all from agenda.scm ;; @@: Why not just use with-throw-handler and let the catch ;; happen at the agenda? That's what we used to do, but ;; it ended up with a SIGABRT. See: -- 2.31.1