From: Christopher Allan Webber Date: Sat, 21 Nov 2015 17:46:02 +0000 (-0600) Subject: Removed the TODO about run-request, which has been accomplished X-Git-Tag: v0.1.0~120 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=21d77fc5f62a65224e35ca6f5207a8fd70b284c6 Removed the TODO about run-request, which has been accomplished --- diff --git a/loopy.scm b/loopy.scm index e9db917..06fa22a 100644 --- a/loopy.scm +++ b/loopy.scm @@ -623,8 +623,6 @@ based on the results" (_ #f))) ;; @@: We might support delay-wrapped procedures here (match proc-result - ;; TODO: replace procedure with something that indicates - ;; intent to run. Use a (run foo) procedure ((results ...) (for-each handle-individual results)) (one-result (handle-individual one-result)))))