Tag: withTaskGroup
-
withTaskGroup and withThrowingTaskGroup in Swift 6.1
Hi Swifters 🙂, in this article, I would like to talk about withTaskGroup and withThrowingTaskGroup in Swift 6.1. If you have ever worked with concurrency in Swift, you might have probably seen or used withTaskGroup or withThrowingTaskGroup, if not, thats okay, I will tell you why and when you should consider using it. These APIs let you…