[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21887: 'monitor' form broken
From: |
Andy Wingo |
Subject: |
bug#21887: 'monitor' form broken |
Date: |
Mon, 27 Jun 2016 09:33:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
On Sat 25 Jun 2016 16:51, address@hidden (Taylan Ulrich "Bayırlı/Kammer")
writes:
> Here's a patch, tested minimally by running
>
> (par-for-each (lambda (x)
> (monitor
> (sleep 1)
> (display "foo\n")))
> (iota 10))
>
> on a quad-core. Previously it would print the "foo"s in groups of four
> with a second between each group; now it prints them one by one with a
> second between each, as should be.
Applied, thanks!
Andy