Re: [perl #125908] AutoReply: [BUG] duplicate triggers of .act when using parallel greps on an IO::Notification.watch_path supply

2015-11-03 Thread Erik Ferguson
A better description for this bug, now that I have a better idea of what is going on, is "two acts on one supply cause each act to be evaluated twice". :) In Reactive Extensions with cold observables, I could see this occurring. But it isn't clear to me from the concurrency design document th

Re: [perl #126073] .unique on Supply after .grep with IO object causes high cpu usage and breaking of supply chain

2015-09-18 Thread Erik Ferguson
Great, thanks!