Daily iOS
ConcurrencyIntuitinterview report

Latest response wins

On a tax summary screen, changing the filter quickly makes several API requests finish almost at once. To make sure only the result for the last filter chosen ends up on screen, how would you manage the requests and the state changes?

Submit