okaywit / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Add more uninterruptible methods #1409

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by Ash2kk@gmail.com on 12 May 2013 at 10:33

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08