How can I suspend a completable to await a result ...
# rx
g
How can I suspend a completable to await a result that will come from some other Observable stream? Can Kotlin coroutines help me or is there something smarter?