You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# @boringnode/queue
2
2
3
+
<divalign="center">
4
+
5
+
[![typescript-image]][typescript-url]
6
+
[![gh-workflow-image]][gh-workflow-url]
7
+
[![npm-image]][npm-url]
8
+
[![npm-download-image]][npm-download-url]
9
+
[![license-image]][license-url]
10
+
11
+
</div>
12
+
3
13
A simple and efficient queue system for Node.js applications. Built for simplicity and ease of use, `@boringnode/queue` allows you to dispatch background jobs and process them asynchronously with support for multiple queue adapters.
0 commit comments