X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=eightsync%2Fagenda.scm;h=77bd63b5ccc0f6ec9f598a8edb2bcbfb22a8edf8;hp=2d5bc8d19679286669305a43caa43b2b587cfa83;hb=568b5594aed6a98b0777fe7289547094ae9d0b2b;hpb=3ee18e4426de00fd9f654b37f5214388eafabf78 diff --git a/eightsync/agenda.scm b/eightsync/agenda.scm index 2d5bc8d..77bd63b 100644 --- a/eightsync/agenda.scm +++ b/eightsync/agenda.scm @@ -436,6 +436,8 @@ Will produce (0 . 0) instead of a negative number, if needed." ;;; ================================= ;; The future's in futures +;; @@: ... kinda conflicts with ice-9 futures. Should we rename +;; to "futurists"? :) (define (make-future call-first on-success on-fail on-error) ;; TODO: add error stuff here