2012-12-05 130 views

回答

3

您的意思是this dequeueAll

override def dequeueAll(p: A => Boolean): Seq[A] = synchronized { super.dequeueAll(p) } 

你可以在github上點擊「blame」,其中有用的評論顯示票證。點擊它或票。

+0

所以這個問題已經在主人那裏得到修復了..它不在v2.9.2裏https://github.com/scala/scala/blob/v2.9.2/src/library/scala/collection/mutable/ SynchronizedQueue.scala – questionersam

+0

所以我看到了。據報道是2.8。至少它不是一個阻擋者。 –