iOS Swift - Concurrency
Which keyword must be used to call an async function in Swift?
await keyword to pause execution until the async task completes.async declares functions, defer schedules code to run later, and try handles errors.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions