Deferred implementations
View original Gist on GitHub
Tags: #js
deferredImplems.md
- https://github.com/coolaj86/futures (been around a while)
- https://github.com/heavylifters/deferred-js
- https://github.com/wookiehangover/underscore.Deferred
- https://github.com/warpdesign/Standalone-Deferred (implementation of jQuery's Deferred API in a standalone form, doesn't include tests but seems to work)
- https://github.com/unscriptable/promises (not compat with CJS Promises/A)
- https://github.com/briancavalier/when.js
- *jQuery of course also includes an implementation of Deferreds.