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
The queue can be set to only allow one operation at a time and operations can be cancelled (individually or all in queue).
So we could have things like "yawOperation", "takePhotoOperation" and on timeout we cancel.
This would avoid having to maintain dispatch group counts, and cancel should help us avoid race conditions - issues with both of which can lead to a double group leave which is represented heavily in the crash list.
No description provided.
The text was updated successfully, but these errors were encountered: