Top Categories

Java BlockingQueue
  • Category:
  • Sub Category:
  • java concurrency
  • Java BlockingQueue
  • producer consumer
  • java multithreading
  • BlockingQueue
  • Java
No Views

The Java BlockingQueue interface represents a queue which can block threads inserting elements into the queue if the BlockingQueue is full, or thread removing elements from the queue if the BlockingQueue is empty. 

Comments

You Might Be Interested In