Skip to content

Instantly share code, notes, and snippets.

@Tetraquark
Created February 2, 2020 10:32
Show Gist options
  • Save Tetraquark/7c94d52382f7cefeab3238cd8f8ad420 to your computer and use it in GitHub Desktop.
Save Tetraquark/7c94d52382f7cefeab3238cd8f8ad420 to your computer and use it in GitHub Desktop.
What is channel? CreateChannelExmpl
import kotlinx.coroutines.channels.Channel
val channel = Channel<Int>()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment