You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MpscLinkedQueue was another class that shouldn't have been released
as public. It is now package private, and the new Queues method
`multiProducerUnbouded()` should be used instead.
This also closes#1010 again.
The `MpscLinkedQueue` was another class that shouldn't have been
released as public. It is now package private, since all access have
been converted to the new Queues.unboundedMultiproducer() method.
MpscLinkedQueue should only be created by a
Queues
factory like all other queues.The text was updated successfully, but these errors were encountered: