iOS Swift - Concurrency
In Swift concurrency, what role does the
await keyword play when calling an asynchronous function?await keyword play when calling an asynchronous function?awaitawait keyword suspends the current task until the async function completes and returns its value.await suspends execution [OK]await with marking a function asyncawait cancels tasksawait converts sync functions15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions