Skip to content

Commit

Permalink
Merge pull request #3 from grofers/update-docs
Browse files Browse the repository at this point in the history
Adds Travis CI build status badge
  • Loading branch information
Chitharanjan Das authored Feb 21, 2018
2 parents 727d8b4 + d8ee8a8 commit ec51358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# ccq

[![Build Status](https://travis-ci.org/grofers/ccq.svg?branch=master)](https://travis-ci.org/grofers/ccq)

**Javascript queues with concurrency control!**

You can think of a controlled-concurrency queue as an array of tasks with a positive concurrency *n*, which means that at any given time, at most *n* of the queued tasks are being executed concurrently, while the rest are either waiting to commence execution, or have finished executing.
Expand Down

0 comments on commit ec51358

Please sign in to comment.