Update repo for js-csp (#713)

This commit is contained in:
Siegfried Ehret
2017-07-25 15:51:32 +02:00
committed by Sindre Sorhus
parent 4424998675
commit 10c4edd3c5

View File

@@ -409,7 +409,7 @@ Just type [`node.cool`](https://node.cool) to go here ✨
- [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach.
- [async](https://github.com/caolan/async) - Provides straight-forward, powerful functions for working with asynchronicity.
- Channels
- [js-csp](https://github.com/jlongster/js-csp) - Communicating sequential processes for JavaScript (like Clojurescript core.async, or Go).
- [js-csp](https://github.com/ubolonton/js-csp) - Communicating sequential processes for JavaScript (like Clojurescript core.async, or Go).
- Other
- [zone](https://github.com/strongloop/zone) - Provides a way to group and track resources and errors across asynchronous operations.