From 5bb7cf0c1c2e7d9a140c205b7341f91b1021aca5 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 27 Apr 2023 11:48:59 +0200 Subject: [PATCH] Change par-mapper' to use fetch-result-of-defered-thunks So the fetch-result-of-defered-thunk procedure can be removed. --- guix-data-service/utils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) (_ '())))))