X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=loopy.scm;h=06fa22acb04606e74490996993f12b36398573bc;hb=21d77fc5f62a65224e35ca6f5207a8fd70b284c6;hp=e9db917929c69a34e950bb6aa389fe09a8ba6f49;hpb=fede023a7435d0037a2bcd953a042226e9bc49d7;p=8sync.git 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)))))