You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Varun Vats (Jira)" <ji...@apache.org> on 2019/12/19 10:53:00 UTC

[jira] [Commented] (COLLECTIONS-735) Concurrent CircularFifoQueue

    [ https://issues.apache.org/jira/browse/COLLECTIONS-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16999955#comment-16999955 ] 

Varun Vats commented on COLLECTIONS-735:
----------------------------------------

[~belugabehr], [~Guoping1] : I would like to work on this issue, if no one has taken it up.

> Concurrent CircularFifoQueue
> ----------------------------
>
>                 Key: COLLECTIONS-735
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-735
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Collection
>            Reporter: David Mollitor
>            Priority: Major
>
> Create a {{CircularFifoQueue}} that is also a {{BlockingQueue}}.
> That is to say, if the queue is full, overwrite the oldest element.  If the queue is empty, the reader blocks until a value becomes available.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)