From 21d77fc5f62a65224e35ca6f5207a8fd70b284c6 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 21 Nov 2015 11:46:02 -0600 Subject: [PATCH] Removed the TODO about run-request, which has been accomplished --- loopy.scm | 2 -- 1 file changed, 2 deletions(-) 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))))) -- 2.31.1