You need group.concurrent, because group.async is not guaranteed to run until you call group.await, which means never for this kind of loop.
2 Likes
You need group.concurrent, because group.async is not guaranteed to run until you call group.await, which means never for this kind of loop.