Structured concurrency
Which of the following statements about structured concurrency (async let, TaskGroup) are correct? Select all that apply.
Pick all that apply
Structured concurrency
Which of the following statements about structured concurrency (async let, TaskGroup) are correct? Select all that apply.
Pick all that apply
ConcurrencyShort answerAdvanced
You're given an array of image ids [3, 1, 2]. Download each image concurrently, but displ…
#structured-concurrency #taskgroup #cancellation
ConcurrencyShort answerBasics
When a screen appears you call three APIs in parallel, profile, feed, and notifications, …
#async-let #taskgroup
ConcurrencyShort answerBasics
When the search query changes, the previous search's network, decoding, and image work al…
#structured-concurrency #cancellation
ConcurrencyShort answerBasics
A banking app's home screen has to fetch independent account, card, and notification data…
#async-let #taskgroup