if we would like to keep the events in `A` would t...
# rx
k
if we would like to keep the events in
A
would the following work?
Copy code
A.takeUntil(B).concatWith(concat(B, A))
👍 1