Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No facility for automatically generating array of results for grouped tasks #15

Closed
itsthejb opened this issue Feb 9, 2014 · 3 comments

Comments

@itsthejb
Copy link

itsthejb commented Feb 9, 2014

Hi,

Fantastic framework! From what I can see, there's no facility for automatically creating an array of the results from grouped tasks (using taskForCompletionOfAllTasks:). Errors and exceptions are collected, but not the results. Of course this can be done from the array of tasks manually, but I just wanted to confirm I wasn't missing something, or that (more likely) this was intentionally left unimplemented.

Thanks,

J

@siuying
Copy link

siuying commented Feb 11, 2014

I've the same question.

@bklimt
Copy link
Contributor

bklimt commented Feb 21, 2014

You aren't missing anything. The intention (as you suggested) is that you can access the original array to get the results of the tasks as you care about them. If there are some particular use cases where doing that manually is way more complicated than passing it along, please open an issue for that, and we'll reconsider whether it should work that way. Thanks for the feedback!

@bklimt bklimt closed this as completed Feb 21, 2014
@itsthejb
Copy link
Author

👍 No, happy enough with just compiling results as appropriate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants