DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Redux Ecosystem Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Redux Ecosystem
What happens when cancel(task) is called on a task that has already completed normally?
A
It throws an error
B
It's a confirmed safe no-op — there's no generator execution left to interrupt, so nothing happens
C
It restarts the task
D
It triggers the finally block a second time
Check Answer