Is there a `XYZMap` variation that drop new item i...
# rx
u
Is there a
XYZMap
variation that drop new item if current is still processing? Sort of like reverse of
switchMap
. Ive seen some attempts artificially creating backpressure and then strategy drop. But this will only work if the right side of flatmap is on the same thread AFAIK