https://github.com/fizzed/queue
Queue utility classes for Java
https://github.com/fizzed/queue
Last synced: 2 months ago
JSON representation
Queue utility classes for Java
- Host: GitHub
- URL: https://github.com/fizzed/queue
- Owner: fizzed
- Created: 2020-12-30T03:07:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T03:08:33.000Z (over 4 years ago)
- Last Synced: 2024-03-27T08:17:15.901Z (about 1 year ago)
- Language: Java
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Queue by Fizzed
============================================[](https://maven-badges.herokuapp.com/maven-central/com.fizzed/queue)
[Fizzed, Inc.](http://fizzed.com) (Follow on Twitter: [@fizzed_inc](http://twitter.com/fizzed_inc))
## Overview
Queue utility classes for Java. Basic in-memory implementations, but this project
serves as the basis for other specific implementations (e.g. redis-plus will
implement a version that works with Redis)## License
Copyright (C) 2020 Fizzed, Inc.
This work is licensed under the Apache License, Version 2.0. See LICENSE for details.