projects
/
8sync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fede023
)
Removed the TODO about run-request, which has been accomplished
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Sat, 21 Nov 2015 17:46:02 +0000
(11:46 -0600)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Sat, 21 Nov 2015 17:46:02 +0000
(11:46 -0600)
loopy.scm
patch
|
blob
|
history
diff --git
a/loopy.scm
b/loopy.scm
index e9db917929c69a34e950bb6aa389fe09a8ba6f49..06fa22acb04606e74490996993f12b36398573bc 100644
(file)
--- 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)))))