Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ebowman/blocking-queue-demo

Shows how to create an ExecutorService that is backed by a BlockingQueue you control (in java & scala)
https://github.com/ebowman/blocking-queue-demo

Last synced: about 1 month ago
JSON representation

Shows how to create an ExecutorService that is backed by a BlockingQueue you control (in java & scala)

Awesome Lists containing this project

README

        

# blocking-queue-demo
Shows how to create an ExecutorService that is backed by a BlockingQueue you control (in java & scala)