guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: Change par-mapper' to use fetch-result-of-defered-thunks


From: Christopher Baines
Subject: 01/03: Change par-mapper' to use fetch-result-of-defered-thunks
Date: Thu, 27 Apr 2023 08:59:44 -0400 (EDT)

cbaines pushed a commit to branch master
in repository data-service.

commit 5bb7cf0c1c2e7d9a140c205b7341f91b1021aca5
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Apr 27 11:48:59 2023 +0200

    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)))
         (_
          '())))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]