Task.js: Beautiful Concurrency for JavaScript

task.js generators + promises = tasks task.js is an experimental library for ES6 that makes sequential, blocking I/O simple and beautiful, using the power of JavaScript’s new yield operator. Tasks are interleaved like threads, but they are cooperative rather than p...

Linked on 2013-11-26 17:28:46 | Similar Links