Skip to content

Commit

Permalink
Merge pull request #2 from wmertens/patch-1
Browse files Browse the repository at this point in the history
Fix concurrent-ruby link
  • Loading branch information
Lars Gierth committed Mar 21, 2014
2 parents c2bc249 + ec1b6d4 commit 09ee5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Ruby implementation of the [Promises/A+ spec](http://promisesaplus.com/).

Similar projects:

- [concurrent-ruby](https://github.com/jdantonio/concurrent-ruby/blob/master/md/promise.md), Promises/A(+) implementation, thread based
- [concurrent-ruby](https://github.com/jdantonio/concurrent-ruby), Promises/A(+) implementation, thread based
- [ruby-thread](https://github.com/meh/ruby-thread), thread/mutex/condition variable based, thread safe
- [promise](https://github.com/bhuga/promising-future), a.k.a. promising-future, classic promises and futures, thread based
- [celluloid-promise](https://github.com/cotag/celluloid-promise), inspired by Q, backed by a Celluloid actor
Expand Down

0 comments on commit 09ee5d9

Please sign in to comment.