Skip to content

Commit

Permalink
fix: make pfor actually eager
Browse files Browse the repository at this point in the history
  • Loading branch information
dancek authored and rschmukler committed Dec 11, 2023
1 parent 088a5c0 commit d1a158e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tapestry/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@
(fiber
~body-expr))
(doall)
(map deref)))
(map deref)
(doall)))

(defn periodically
"Behaves similarly to `manifold.stream/periodically` but relies on a loom
Expand Down

0 comments on commit d1a158e

Please sign in to comment.