Open coryroloff opened 10 years ago
Some of those functionalities would indeed be useful. Some suggestions though:
spread
should be more implemented like a boolean method which would allow to spread (or not) arguments on the success method. This way user is always using the same method to implement its success callback. What do you think about that ?BTW, thanks for your support and suggestions :)
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!)!