java-delay-queue
Guide to DelayQueue 1. Overview In this article, we’ll be looking at the DelayQueue construct from the java.util.concurrent package. This is a blocking queue that could be used in producer-consumer programs. It has a very useful characteristic – when the consumer wants to take an element from the queue, they… Continue Reading java-delay-queue