There's a good introduction to channels in Go (the...
# coroutines
e
There's a good introduction to channels in Go (they have the whole language built around them), and here's the Kotlin implementation: https://github.com/Kotlin/kotlin-coroutines/blob/master/examples/channel/channel.kt