Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ebowman/blocking-queue-demo
- Owner: ebowman
- Created: 2015-12-16T08:26:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T08:27:33.000Z (about 9 years ago)
- Last Synced: 2023-04-19T17:17:25.203Z (over 1 year ago)
- Language: Java
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)