Bookmarks tagged [control-flow]
https://github.com/kriskowal/q
A tool for making and composing asynchronous promises in JavaScript.
- tags: javascript, control-flow
- source code
https://github.com/creationix/step/
An async control-flow library that makes stepping through logic easy.
- tags: javascript, control-flow
- source code
https://github.com/bevacqua/contra/
Asynchronous flow control with a functional taste to it.
- tags: javascript, control-flow
- source code
https://github.com/petkaantonov/bluebird/
fully featured promise library with focus on innovative features and performance.
- tags: javascript, control-flow
- source code
https://github.com/cujojs/when
A solid, fast Promises/A+ and when() implementation, plus other async goodies.
- tags: javascript, control-flow
- source code
https://github.com/gartz/ObjectEventTarget
Provide a prototype that add support to event listeners (with same behavior of EventTarget from DOMElements available on browsers).
- tags: javascript, control-flow
- source code
https://github.com/petkaantonov/bluebird
Promise library with focus on innovative features and performance.
- tags: node.js, control-flow, promises
- source code
https://github.com/sindresorhus/pify
Promisify a callback-style function.
- tags: node.js, control-flow, promises
- source code
https://github.com/sindresorhus/delay
Delay a promise a specified amount of time.
- tags: node.js, control-flow, promises
- source code
https://github.com/nodeca/promise-memoize
Memoize promise-returning functions, with expire and prefetch.
- tags: node.js, control-flow, promises
- source code
https://github.com/lpinca/valvelet
Limit the execution rate of a promise-returning function.
- tags: node.js, control-flow, promises
- source code
https://github.com/sindresorhus/p-map
Map over promises concurrently.
- tags: node.js, control-flow, promises
- source code
https://github.com/sindresorhus/promise-fun
Promise packages, patterns, chat, and tutorials. Contribute to sindresorhus/promise-fun development by creating an account on GitHub.
- tags: node.js, control-flow, promises
- source code
https://github.com/caolan/highland
Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.
- tags: node.js, control-flow, streams
- source code
https://github.com/sindresorhus/each-async
Async concurrent iterator like forEach.
- tags: node.js, control-flow, callback
- source code
https://github.com/caolan/async
Provides straight-forward, powerful functions for working with asynchronicity.
- tags: node.js, control-flow, callback
- source code
https://github.com/ubolonton/js-csp
Communicating sequential processes for JavaScript (like Clojurescript core.async, or Go).
- tags: node.js, control-flow, channels
- source code