mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-18 02:00:20 +02:00
merge from 1.8 branch
This commit is contained in:
parent
9a9931719d
commit
5be9f7290b
20 changed files with 39 additions and 15 deletions
|
@ -86,7 +86,7 @@
|
|||
(threads '()))
|
||||
(do ((i 0 (+ 1 i)))
|
||||
((= i n)
|
||||
(for-each join-thread futures))
|
||||
(for-each join-thread threads))
|
||||
(set! threads
|
||||
(cons (begin-thread
|
||||
(let loop ()
|
||||
|
@ -115,7 +115,7 @@ of applying P-PROC on ARGLISTS."
|
|||
(result results))
|
||||
(do ((i 0 (+ 1 i)))
|
||||
((= i n)
|
||||
(for-each join-thread futures))
|
||||
(for-each join-thread threads))
|
||||
(set! threads
|
||||
(cons (begin-thread
|
||||
(let loop ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue