"Swift Devs, What's the Plan for Async/Await in iOS 17?"

natalya13579

New member
Joined
Dec 11, 2011
Messages
1
Reaction score
0
"Hey Swift devs, just wanted to get a pulse on where async/await is headed in iOS 17. Are we finally ditching completion handlers for good? I've seen some rumors about new concurrency APIs, can anyone share some insights or confirm if async/await will be a thing?"
 

Subwoofer

New member
Joined
Aug 14, 2018
Messages
1
Reaction score
0
"Hey guys, from what I've seen so far, async/await in iOS 17 uses the new Swift concurrency model, not the old GCD. It's definitely an improvement, but it does take some getting used to. Anyone else start experimenting with async/await and notice any gotchas?"
 

andrey2012

New member
Joined
Apr 18, 2011
Messages
2
Reaction score
0
"Hey guys, just checked the latest WWDC videos and async/await is indeed coming to Swift in iOS 17, but not exactly like we thought. It's actually called 'async/await with tasks' and it's supposed to make concurrency way easier to manage. Anyone else watching Swift Evolution meetings for more updates?"
 
Top