Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
fresheneesz committed Jun 23, 2015
1 parent 77c5787 commit 312d873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
***DEPRECATED*** - I'm deprecating async-future in favor of [bluebird promises](https://github.com/petkaantonov/bluebird), which is 10 times faster in simple cases, and probably moreso in some complex cases, despite this module's respectable performance in comparison to other futures modules. Bluebird is painstakingly optimized, including its powerful set of utilities. It does away with `done`, has a great cancellation api, a super useful `bind` method, and isn't bloated.
***DEPRECATED*** - I'm deprecating async-future in favor of [bluebird promises](https://github.com/petkaantonov/bluebird), which is 10 times faster in simple cases, and probably moreso in some complex cases, despite this module's respectable performance in comparison to other futures modules. Bluebird is painstakingly optimized, including its powerful set of utilities. It also elegantly does away with `done`, has a great cancellation api, a super useful `bind` method, and isn't bloated.

`async-future`
============
Expand Down

0 comments on commit 312d873

Please sign in to comment.