iOS Swift - Concurrency
What does the
await keyword do in Swift's async/await syntax?await keyword do in Swift's async/await syntax?awaitawait keyword tells Swift to pause the current async function until the awaited task finishes.await pauses current function [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions