Hi. I want to send data from one application point...
# coroutines
g
Hi. I want to send data from one application point to another. I would like to use Channels for this. I use RendezvousChannel, but I always need to consumeEach so that I can receive updates on the next data transfer. In the documentation, the consumeEach method is marked as @ObsoleteCoroutinesApi. Maybe there is another way to get data?
g
Not yet, just use consumeEach for now
g
Ok, Thanks.