venkat
04/07/2018, 10:50 PMgildor
04/09/2018, 2:30 AMpipe from map?
https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental.channels/map.htmlgildor
04/09/2018, 2:36 AMdrainvenkat
04/09/2018, 1:38 PMReceiveChannel to a downstream SendChannel without transformation (equal to a {it} map). map returns a ReceiveChannel so its more like the proposed transform coroutine, although without additional state capability like actor has (see discussion on the github issue).