https://github.com/daggerok/java-queue-playground
java queue implementations
https://github.com/daggerok/java-queue-playground
array-blocking-queue blocking-queue java-queue queue queues
Last synced: 3 months ago
JSON representation
java queue implementations
- Host: GitHub
- URL: https://github.com/daggerok/java-queue-playground
- Owner: daggerok
- License: mit
- Created: 2020-02-06T18:21:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T16:38:29.000Z (over 3 years ago)
- Last Synced: 2025-01-10T00:44:48.981Z (5 months ago)
- Topics: array-blocking-queue, blocking-queue, java-queue, queue, queues
- Language: Java
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-queue-playground [](https://travis-ci.org/daggerok/java-queue-playground)
```bash
./mvnw
```## increase version
```bash
./mvnw versions:display-property-updates
./mvnw build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT -DgenerateBackupPoms=false
```