Skip to content

Commit

Permalink
Adds Travis CI build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cdax committed Feb 21, 2018
1 parent 717721c commit d8ee8a8
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 d8ee8a8

Please sign in to comment.