Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 4deafb7

Browse files
committed
Add some badges
1 parent 884e9e8 commit 4deafb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# concurrent-priority-worker-queue
2+
[![npm](https://img.shields.io/npm/v/concurrent-priority-worker-queue)](https://www.npmjs.com/package/concurrent-priority-worker-queue)
3+
[![npm](https://img.shields.io/npm/dt/concurrent-priority-worker-queue)](https://www.npmjs.com/package/concurrent-priority-worker-queue)
4+
[![GitHub issues](https://img.shields.io/github/issues/PythonCoderAS/concurrent-priority-worker-queue)](https://github.com/PythonCoderAS/concurrent-priority-worker-queue/issues)
5+
[![Tests](https://github.com/PythonCoderAS/concurrent-priority-worker-queue/actions/workflows/test.yml/badge.svg)](https://github.com/PythonCoderAS/concurrent-priority-worker-queue/actions/workflows/test.yml)
6+
27
A priority worker queue that allows you to work with more than just integers and allows you to configure concurrency.

0 commit comments

Comments
 (0)