bishu21 / ProducerAndConsumerQueue

Blocking Queue Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProducerAndConsumerQueue

Blocking Queue Implementation

Used Synchronized to create blocking queue which will have two method --->

  1. push(T data);
  2. poll()

Handle all the concurrency things.

Similar to Messaging Queue.

About

Blocking Queue Implementation


Languages

Language:Java 100.0%