agenda: Update comment, could also attach catch routines to hive.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 3 May 2016 23:21:04 +0000 (18:21 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 3 May 2016 23:21:04 +0000 (18:21 -0500)
* 8sync/systems/actors.scm (hive-process-message): Update comment.

8sync/systems/actors.scm

index 0659eb52c95f45b5323dcf9e44e887a3a02ebc0a..8545e73a7751b86f6dcfdbbe4e6662ac2f201cf6 100644 (file)
@@ -538,7 +538,8 @@ more compact following syntax:
 
   (define (call-catching-coroutine thunk)
     (define (call-catching-errors)
 
   (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:
       ;; @@: 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: