also you can use switchMap if the calculation is l...
# rx
t
also you can use switchMap if the calculation is long running so it will unsub and start the next one. probably a bit memory intensive but we are not trying to optimize too early are we?