
AMP 4: Target RxJS part I with Michael Hladky
Angular Master Podcast
00:00
How to Use Flooding Operators in RXJS
There are a lot of operators and this one operator exhaust, like this was the name exhaust, did the same as the switch or concat or merge all. So when merge is just merging our processes together, concat as the name tells us will wait for the previous process to end until it starts a new one. Then you have exhaust and switch and let's start with switch because this is a little bit more known. And then we have exhaust that can be compared to switch and this means if I have an ongoing process running instead of when a new value arrives stopping it, I will just ignore the new value. But not while it is running. This is how I would compare those four
Play episode from 48:20
Transcript


