From a9b0ffafb7b03bf7c9f61f33a7df543a283ddf43 Mon Sep 17 00:00:00 2001 From: Keith Rosenberg Date: Mon, 15 Sep 2014 15:30:54 +0200 Subject: [PATCH] Close GH-161: add Channels to Control Flows, add js-csp. --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ec46657..32fdf2c 100644 --- a/readme.md +++ b/readme.md @@ -230,7 +230,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Q](https://github.com/kriskowal/q) - A tool for making and composing asynchronous promises. - Streams - [Highland.js](http://highlandjs.org) - Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams. - +- Channels + - [js-csp](https://github.com/jlongster/js-csp) - Communicating sequential processes for JavaScript (like Clojurescript core.async, or Go). ### Streams