Daily iOS
ConcurrencyDropbox

Merging same-URL downloads

In a photo grid, several cells request the same photo URL at the same time, but the network download must happen only once. How would you keep in-flight Tasks inside an actor to merge the requests?

Submit