Taming the Asynchronous Beast with CSP in JavaScript

added by JavaScript Kicks
9/10/2014 9:54:58 AM

238 Views

Every piece of software deals with complex control flow mechanisms like callbacks, promises, events, and streams. Some require simple asynchronous coordination, others processing of event or stream-based data, and many deal with both. Your solution to this has a deep impact on your code.


0 comments