What's the best way to transform a Channel that is...
# coroutines
s
What's the best way to transform a Channel that is behaving as a Deferred, into a Deferred? I was hoping for something like in RxJava,
observable.toSingle()
, but I find no similar helper methods. I thought I'd ask to see if there is a better way than what I'm aware.