diff --git a/README.md b/README.md index 3911794..a91cc23 100644 --- a/README.md +++ b/README.md @@ -2405,3 +2405,4 @@ A curated list of awesome JavaScript frameworks, libraries and software. * [bestiejs/benchmark.js](https://github.com/bestiejs/benchmark.js) - A benchmarking library. As used on jsPerf.com. * [xoxco/jQuery-Tags-Input](https://github.com/xoxco/jQuery-Tags-Input) - Magically convert a simple text input into a cool tag list with this jQuery plugin. * [scripted-editor/scripted](https://github.com/scripted-editor/scripted) - The Scripted code editor +* [concurrent-tasks](https://github.com/samrith-s/concurrent-tasks) - A simple task runner which will run all tasks till completion, while maintaining concurrency limits.