aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-04-27 11:48:59 +0200
committerChristopher Baines <mail@cbaines.net>2023-04-27 11:59:01 +0200
commit5bb7cf0c1c2e7d9a140c205b7341f91b1021aca5 (patch)
tree5a469a7ec5a10c8265aaf1d8ffb06f1f63a0a902 /guix-data-service
parent9f080524bca10d4860058b475ae994146f4e57cd (diff)
downloaddata-service-5bb7cf0c1c2e7d9a140c205b7341f91b1021aca5.tar
data-service-5bb7cf0c1c2e7d9a140c205b7341f91b1021aca5.tar.gz
Change par-mapper' to use fetch-result-of-defered-thunks
So the fetch-result-of-defered-thunk procedure can be removed.
Diffstat (limited to 'guix-data-service')
-rw-r--r--guix-data-service/utils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-data-service/utils.scm b/guix-data-service/utils.scm
index c5c6bdf..c5c89a4 100644
--- a/guix-data-service/utils.scm
+++ b/guix-data-service/utils.scm
@@ -185,7 +185,7 @@
(head (defer-to-thread-pool-channel
(lambda ()
(apply proc heads)))))
- (cons (fetch-result-of-defered-thunk head) tail)))
+ (cons (fetch-result-of-defered-thunks head) tail)))
(_
'())))))