iOS Swift - Concurrency
You want to fetch user info and user posts concurrently using async/await in Swift. Which code correctly runs both tasks at the same time and waits for both results?
async let starts tasks concurrently without waiting immediately.user and posts later waits for both to finish, running in parallel.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions