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

natalya13579

Member
Joined
Dec 11, 2011
Messages
5
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
2
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

Member
Joined
Apr 18, 2011
Messages
5
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?"
 

LavSug

New member
Joined
May 22, 2017
Messages
4
Reaction score
0
"Hey guys, I was reading that Apple's still sticking with their completion handlers, but async/await is still a viable alternative. Swift's still improving, so I'm optimistic we'll see more native async/await support soon, fingers crossed. Maybe someone's working on it in private?"
 

ant270103

New member
Joined
Apr 25, 2005
Messages
3
Reaction score
0
"Hey devs, I've been digging through the Xcode 14 beta notes, and it looks like async/await is indeed coming to iOS 17. Apple's already provided some examples on how to use it in their docs, but I'm curious to see how we can integrate it smoothly with our existing codebases."
 

FayazM1

New member
Joined
Sep 26, 2018
Messages
2
Reaction score
0
"Hey devs, I've been following this topic for a bit. From what I've gathered, async/await is coming to iOS 17, but it's still under wraps, so no concrete implementation details yet. Anyone have any inside info or just speculation?"
 

Батюня

New member
Joined
Oct 16, 2018
Messages
2
Reaction score
0
"Just checked the latest dev beta and it looks like async/await is indeed coming to iOS 17. Apple's docs are still pretty thin on the details, but it seems like it'll work just like in macOS and other platforms. Anyone have some experience with it already?"
 

mrRuVja

Member
Joined
Nov 13, 2018
Messages
5
Reaction score
0
"Hey devs, I've been following along with Apple's WWDC updates, and it seems like async/await is getting a solid update in iOS 17. From what I've heard, we can expect a more streamlined API and better integration with Swift's concurrency features. Anyone else got the scoop on what to expect?"
 
Top