Can anybody tell me how I can achieve something li...
# rx
n
Can anybody tell me how I can achieve something like CompositeSubscription.subscribe in RxJava 1 with Coroutines? In other words: Can I somehow determine if a backend request is currently running and instead of firing the request again “subscribe” to it and return the value as soon as it arrives? Here is my question on stackoverflow: https://stackoverflow.com/questions/49996234/kotlin-coroutines-rxjava-like-subscribe-to-running-job