Skip to content

Commit

Permalink
Fix hyperlink to referred article
Browse files Browse the repository at this point in the history
@swannodette's website returns "page does not exist" if `/` appended at the end of the url, fix it
  • Loading branch information
Arijit Bhattacharya committed Nov 21, 2016
1 parent cb4637b commit cc6bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async & performance/apB.md
Expand Up @@ -746,7 +746,7 @@ Moreover, CSP stresses that you don't really explicitly "transfer control," but

**Note:** Fair warning: this pattern is very powerful but it's also a little mind twisting to get used to at first. You will want to practice this a bit to get used to this new way of thinking about coordinating your concurrency.

There are several great libraries that have implemented this flavor of CSP in JavaScript, most notably "js-csp" (https://github.com/ubolonton/js-csp), which James Long (http://twitter.com/jlongster) forked (https://github.com/jlongster/js-csp) and has written extensively about (http://jlongster.com/Taming-the-Asynchronous-Beast-with-CSP-in-JavaScript). Also, it cannot be stressed enough how amazing the many writings of David Nolen (http://twitter.com/swannodette) are on the topic of adapting ClojureScript's go-style core.async CSP into JS generators (http://swannodette.github.io/2013/08/24/es6-generators-and-csp/).

This comment has been minimized.

Copy link
@sherrygirl30

sherrygirl30 Jan 8, 2017

Several run on and incomplete sentences

This comment has been minimized.

Copy link
@getify

getify Jan 8, 2017

Owner

2 full sentences, nothing incomplete.

There are several great libraries that have implemented this flavor of CSP in JavaScript, most notably "js-csp" (https://github.com/ubolonton/js-csp), which James Long (http://twitter.com/jlongster) forked (https://github.com/jlongster/js-csp) and has written extensively about (http://jlongster.com/Taming-the-Asynchronous-Beast-with-CSP-in-JavaScript). Also, it cannot be stressed enough how amazing the many writings of David Nolen (http://twitter.com/swannodette) are on the topic of adapting ClojureScript's go-style core.async CSP into JS generators (http://swannodette.github.io/2013/08/24/es6-generators-and-csp).

### asynquence CSP emulation

Expand Down

0 comments on commit cc6bbd0

Please sign in to comment.