control-flow.md
July 15, 2021 · View on GitHub
Bookmarks tagged [control-flow]
www.codever.land/bookmarks/t/control-flow
q
https://github.com/kriskowal/q
A tool for making and composing asynchronous promises in JavaScript.
- tags: javascript, control-flow
- :octocat: source code
step
https://github.com/creationix/step/
An async control-flow library that makes stepping through logic easy.
- tags: javascript, control-flow
- :octocat: source code
contra
https://github.com/bevacqua/contra/
Asynchronous flow control with a functional taste to it.
- tags: javascript, control-flow
- :octocat: source code
Bluebird
https://github.com/petkaantonov/bluebird/
fully featured promise library with focus on innovative features and performance.
- tags: javascript, control-flow
- :octocat: source code
when
https://github.com/cujojs/when
A solid, fast Promises/A+ and when() implementation, plus other async goodies.
- tags: javascript, control-flow
- :octocat: source code
ObjectEventTarget
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
- :octocat: source code
Bluebird
https://github.com/petkaantonov/bluebird
Promise library with focus on innovative features and performance.
- tags: node.js, control-flow, promises
- :octocat: source code
pify
https://github.com/sindresorhus/pify
Promisify a callback-style function.
- tags: node.js, control-flow, promises
- :octocat: source code
delay
https://github.com/sindresorhus/delay
Delay a promise a specified amount of time.
- tags: node.js, control-flow, promises
- :octocat: source code
promise-memoize
https://github.com/nodeca/promise-memoize
Memoize promise-returning functions, with expire and prefetch.
- tags: node.js, control-flow, promises
- :octocat: source code
valvelet
https://github.com/lpinca/valvelet
Limit the execution rate of a promise-returning function.
- tags: node.js, control-flow, promises
- :octocat: source code
p-map
https://github.com/sindresorhus/p-map
Map over promises concurrently.
- tags: node.js, control-flow, promises
- :octocat: source code
More…
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
- :octocat: source code
Highland.js
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
- :octocat: source code
each-async
https://github.com/sindresorhus/each-async
Async concurrent iterator like forEach.
- tags: node.js, control-flow, callback
- :octocat: source code
async
https://github.com/caolan/async
Provides straight-forward, powerful functions for working with asynchronicity.
- tags: node.js, control-flow, callback
- :octocat: source code
js-csp
https://github.com/ubolonton/js-csp
Communicating sequential processes for JavaScript (like Clojurescript core.async, or Go).
- tags: node.js, control-flow, channels
- :octocat: source code