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
hard
Redux Ecosystem
If race()'s losing effect is a plain, non-cancellable Promise-returning function (not built with AbortController support), what actually happens to it?
A
It's forcibly terminated by race()
B
The saga stops waiting on it and its result is ignored, but the real underlying operation may still complete in the background, unobserved — the same limitation covered for takeLatest
C
It throws an error immediately
D
race() refuses to run with non-cancellable effects
Check Answer