Java: BlockingQueue implementation SynchronousQueue (Part5)Java: BlockingQueue implementation SynchronousQueue (Part5)
After my post concerning presentation of Queue/BlockingQueue, I would continue with a post about the BlockingQueue implementation: java.util.concurrent.SynchronousQueue. This implementation of BlockingQueue stores and keeps ONLY a single element internally.