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

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

Awesome Lists containing this project

README

        

Queue by Fizzed
============================================

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fizzed/queue/badge.svg)](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.