`Iterable.asReceiveChannel()` was deprecated (in 0...
# coroutines
d
Iterable.asReceiveChannel()
was deprecated (in 0.30.2) contrary to the other channel operators that were just marked obsolete. Any reason why? Even Rx has such adapters, and this could come in handy in Unit testing for mocking...
e
Don’t make long-going conclusions out of that yet, please. We’ll finalize those decisions in the next iteration.
👍🏼 1