Spanish version This text is based on 1.3.7 version of kotlinx.coroutines library So now we know what is a Stream (and its types) and how Flows works (and, again, if you don’t, check the previous articles, links below). Now, let’s discover our second Kotlin Stream implementation: Channels. Again, you can…