KptainO / Rebelle

Objective-C implementation of Promises/A+ (callback system) with a nice chainable syntax!
MIT License
16 stars 1 forks source link

helper functions, maybe based on Q.js? #7

Open coryroloff opened 10 years ago

coryroloff commented 10 years ago

Hi again!

I'm not sure if you've used this before, but there's a really great Node.js library based on promises and I was thinking it would be cool to see some of them in Cocoa.

https://github.com/kriskowal/q

I think the big ones that would stand out are:

Just wanted to share some ideas. Love the framework you've started (especially your use of blocks!)!

KptainO commented 10 years ago

Some of those functionalities would indeed be useful. Some suggestions though:

BTW, thanks for your support and suggestions :)