From: Christopher Allan Webber Date: Tue, 3 May 2016 23:21:04 +0000 (-0500) Subject: agenda: Update comment, could also attach catch routines to hive. X-Git-Tag: v0.2.0~4 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=5ead1571cadbf489dad8ec6341f313b37e9e98d8;ds=sidebyside agenda: Update comment, could also attach catch routines to hive. * 8sync/systems/actors.scm (hive-process-message): Update comment. --- 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: