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
We use joins where we are collecting a list of objects being fetched. If any fetch fails, the aggregate operation is failed and our list ends up empty, but it would be better to get the list without objects that fail.
It would be good if a join could return the good and the bad. So, maybe something like:
We use joins where we are collecting a list of objects being fetched. If any fetch fails, the aggregate operation is failed and our list ends up empty, but it would be better to get the list without objects that fail.
It would be good if a join could return the good and the bad. So, maybe something like:
typedef id(^joinPromiseCallback)(NSArray *values, NSArray *errors));
The text was updated successfully, but these errors were encountered: