In your API, you would return the `Observable` yie...
# rx
t
In your API, you would return the
Observable
yielded from
merged.doOnSubscribe { isSubscribed.set(true) }
. That is what the clients would use.