acts on "the most recently emitted values". With the delay, the coroutines reading the input finish, before the coroutine emitting values has a change to emit the "2A". Without the delay, the "1A" and "2A" showing up seems more like an implementation detail that I would not rely on.
j
juliocbcotta
05/07/2022, 6:06 PM
But we receive "3A", if that was the case, it seems that "3A" wouldn't be emitted...