Hello, is there any non-terminal way to consume el...
# coroutines
l
Hello, is there any non-terminal way to consume elements of a
Channel
? My problem is that the producer will live longer than the receiver (and they are the same channel), but eventually the class that is consuming will be destroyed/recreated and the new class should consume the events. I'm using it on Android, and the
ViewModel
will produce events to the
View