[perl #128991] [CONC] Apparent race condition with `done` and ultra-short Supply.interval

2016-11-23 Thread jn...@jnthn.net via RT
On Fri, 19 Aug 2016 10:06:01 -0700, c...@zoffix.com wrote: > This code produces the following exception with Rakudo dd5c28. If > interval is changed to a larger > value, the issue does not occur: > > react { > whenever Supply.interval(.001) { > done if $++ > 1000; > } > } > sleep 1

[perl #128991] [CONC] Apparent race condition with `done` and ultra-short Supply.interval

2016-08-19 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128991] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128991 > This code produces the following exception with Rakudo dd5c28. If interval is changed to