Skip to content

Add more uninterruptible methods #1409

Open

Description

Original issue created by Ash2kk on 2013-05-12 at 10:33 AM


Currently Uninterruptibles have putUninterruptibly() and takeUninterruptibly() methods for BlockingQueue. Consider adding helper methods for other interruptible methods: offer(Object, long, TimeUnit) and poll(long, TimeUnit).

Also there is BlockingDeque interface with many more interruptible methods.

Related to issue #1212 and issue #1315.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions