Comment on Concurrency in Swift: One possible approachComments−perfectstorm9ycorrect me if I'm wrong but this is what C# has? I recall writing async and await when I did a Windows Phone app many years ago.−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
correct me if I'm wrong but this is what C# has? I recall writing async and await when I did a Windows Phone app many years ago.
Yes, exactly. FTA: