mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
Reported by David Pirotte. * module/ice-9/futures.scm (process-futures): Wait on %FUTURES-AVAILABLE only when %FUTURES is empty. The problem was obvious when running (begin (use-modules (ice-9 threads)) (par-map 1+ (iota 400000))) : eventually, only the main thread would do the work, while the others would remain idle, waiting on %FUTURES-AVAILABLE. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |