Re: [perl #125908] AutoReply: [BUG] duplicate triggers of .act when using parallel greps on an IO::Notification.watch_path supply
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
Great, thanks!