iOS Swift - Concurrency
What does the
await keyword do in Swift's async functions?await keyword do in Swift's async functions?awaitawait keyword pauses the execution of an async function until the awaited task finishes.await does not perform.await pauses async tasks = A [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions