X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=8sync%2Fsystems%2Factors.scm;h=8545e73a7751b86f6dcfdbbe4e6662ac2f201cf6;hp=0659eb52c95f45b5323dcf9e44e887a3a02ebc0a;hb=5ead1571cadbf489dad8ec6341f313b37e9e98d8;hpb=efe3df614b1808a686a91d07dfc46690b94ad126 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: