Comment on Concurrency in Swift: One possible approachparentComments−aaronbrethorst9yYes, exactly. FTA: There is a well-known solution to this problem, called async/await. It is a popular programming style that was first introduced in C#
Comments
Yes, exactly. FTA: