I'm using Swift 3 DispatchGroup
to wait until multiple async operations are finished (according to this answer which works perfect and as expected.
Is there a way to check how many operations are entered already, like dispatchGroup.count
or something like that?