Questions tagged [dispatchgroup]

A group of tasks that you monitor as a single unit in Swift language by Apple.

47 questions
-2
votes
1 answer

DispatchGroup sequential execution problem

I am trying to implement dispath group , to perform a sequence of operations , that should execute one after another. But the issue is all the tasks adding to the group are executing in parallel. Please share your thoughts , following is the sample…
MobX
  • 2,640
  • 7
  • 33
  • 54
-2
votes
1 answer

Pass data to dispatchGroup.notify in Swift

I'm downloading some JSON from an API, but there is another prerequisite (an animation) that must be complete before we move to the next screen. I've decided to use DispatchGroup to do this, but also need to have a reload as well. I've come up with…
WishIHadThreeGuns
  • 1,225
  • 3
  • 17
  • 37
1 2 3
4