Skip to content

Instantly share code, notes, and snippets.

@Tetraquark
Created February 2, 2020 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tetraquark/9f42658ce89a49ac3cf233c0b4004003 to your computer and use it in GitHub Desktop.
Save Tetraquark/9f42658ce89a49ac3cf233c0b4004003 to your computer and use it in GitHub Desktop.
What is channel? SendChannelInterface
public suspend fun send(element: E)
public fun offer(element: E): Boolean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment