Problem statement You are building an app that fetches movies whenever you type something in the searchbar. To optimize for slow network speeds, you want to cancel the previous requests if a new one is to be made immediately. Which of the code snippet will you use to implement this functionality