Skip to content

Commit f3c6800

Browse files
committed
Adds a minimal README
1 parent bdfd4eb commit f3c6800

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
purescript-concurrent-queues
22
==
3-
3+
[![Latest release](http://img.shields.io/github/release/slamdata/purescript-concurrent-queues.svg)](https://github.com/slamdatapurescript-concurrent-queues/releases)
44
[![Build Status](https://travis-ci.org/slamdata/purescript-concurrent-queues.svg?branch=master)](https://travis-ci.org/slamdata/purescript-concurrent-queues)
5+
6+
An unbounded and bounded queue for concurrent access.
7+
8+
## Installation
9+
10+
```
11+
bower install purescript-concurrent-queues
12+
```
13+
14+
## Examples
15+
16+
See the `test/` directory for examples of all available functions.
17+
18+
## Documentation
19+
20+
Module documentatin is publish on [Pursuit](http://pursuit.purescript.org/packages/purescript-concurrent-queues).

0 commit comments

Comments
 (0)