Skip to content

Latest commit

 

History

History
123 lines (105 loc) · 6.24 KB

control-flow.md

File metadata and controls

123 lines (105 loc) · 6.24 KB

Bookmarks tagged [control-flow]

https://github.com/kriskowal/q

A tool for making and composing asynchronous promises in JavaScript.


https://github.com/creationix/step/

An async control-flow library that makes stepping through logic easy.


https://github.com/bevacqua/contra/

Asynchronous flow control with a functional taste to it.


https://github.com/petkaantonov/bluebird/

fully featured promise library with focus on innovative features and performance.


https://github.com/cujojs/when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.


https://github.com/gartz/ObjectEventTarget

Provide a prototype that add support to event listeners (with same behavior of EventTarget from DOMElements available on browsers).


https://github.com/petkaantonov/bluebird

Promise library with focus on innovative features and performance.


https://github.com/sindresorhus/pify

Promisify a callback-style function.


https://github.com/sindresorhus/delay

Delay a promise a specified amount of time.


https://github.com/nodeca/promise-memoize

Memoize promise-returning functions, with expire and prefetch.


https://github.com/lpinca/valvelet

Limit the execution rate of a promise-returning function.


https://github.com/sindresorhus/p-map

Map over promises concurrently.


https://github.com/sindresorhus/promise-fun

Promise packages, patterns, chat, and tutorials. Contribute to sindresorhus/promise-fun development by creating an account on GitHub.


https://github.com/caolan/highland

Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.


https://github.com/sindresorhus/each-async

Async concurrent iterator like forEach.


https://github.com/caolan/async

Provides straight-forward, powerful functions for working with asynchronicity.


https://github.com/ubolonton/js-csp

Communicating sequential processes for JavaScript (like Clojurescript core.async, or Go).