You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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
The text was updated successfully, but these errors were encountered: