Comments on: Java DelayQueue (+ Code Examples) https://www.happycoders.eu/algorithms/delayqueue-java/ Wed, 27 Nov 2024 13:54:15 +0000 hourly 1 By: Sven Woltmann https://www.happycoders.eu/algorithms/delayqueue-java/#comment-17437 Mon, 10 Oct 2022 06:29:19 +0000 https://www.happycoders.eu/books/delayqueue-java/#comment-17437 In reply to Paul Jones.

If you have a suitable use case for the DelayQueue, you can of course use it. But be aware that since it is not widely used, it is also not often tested and therefore may contain bugs. Therefore you should write a comprehensive test suite.

]]>
By: Paul Jones https://www.happycoders.eu/algorithms/delayqueue-java/#comment-17436 Sun, 09 Oct 2022 02:15:13 +0000 https://www.happycoders.eu/books/delayqueue-java/#comment-17436 what should we use instead of a delay queue?

polling sounds somewhat inefficient

]]>