From: Christopher Allan Webber Date: Fri, 27 Nov 2015 15:16:22 +0000 (-0600) Subject: future -> futurists????? X-Git-Tag: v0.1.0~69 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=568b5594aed6a98b0777fe7289547094ae9d0b2b;hp=3ee18e4426de00fd9f654b37f5214388eafabf78 future -> futurists????? --- 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