Ah, I didn't realize SplPriorityQueue made non-prioritized removal impossible (just checked the docs on its interface). I agree with Pablo that the benefits of using it outweigh this edge case, though. +1
On Mon, Nov 15, 2010 at 2:56 PM, Fabien Potencier < [email protected]> wrote: > Was the single-listener mode for disconnect() a candidate for removal? >> I'm not sure why it was brought up in the OP (I will say I like the idea >> of using SplPriorityQueue, though). >> > > Yes, the single-listener mode for disconnect() is something I want to > remove since the symfony 1.X days. And implementing SplPriorityQueue is just > one more argument for removing this support. > > So, does everyone agree that we can remove this and merge the > SplPriorityQueue implementation? > > Fabien > > -- jeremy mikola -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
