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
Lack of size() is especially confusing because it gives a feeling that there is no way to get queue length. length property is mentioned, but not as part of API, but inside examples, which makes it less visible.
At the time of submitting this report documentation seems to miss part of public API. Following methods and property are not mentioned:
get()peek()size()lengthpropertyLack of
size()is especially confusing because it gives a feeling that there is no way to get queue length.lengthproperty is mentioned, but not as part of API, but inside examples, which makes it less visible.