From 4f84d67de84528c3083e310f260b4749fe0a33c7 Mon Sep 17 00:00:00 2001 From: Hannu Hartikainen Date: Mon, 11 Dec 2023 15:08:13 +0200 Subject: [PATCH] fix: make pfor actually eager --- src/tapestry/core.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tapestry/core.clj b/src/tapestry/core.clj index 022dd6b..a9e568e 100644 --- a/src/tapestry/core.clj +++ b/src/tapestry/core.clj @@ -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