Daily iOS
ConcurrencySquare

Structured cancellation

When the search query changes, the previous search's network, decoding, and image work all have to stop. How would you structure the task tree using cancellation propagation from parent Task to child Tasks?

Submit