Skip to content

Instantly share code, notes, and snippets.

@Tetraquark
Created February 2, 2020 10:30
Show Gist options
  • Select an option

  • Save Tetraquark/a857603c257360507ee4e3950b7c7e22 to your computer and use it in GitHub Desktop.

Select an option

Save Tetraquark/a857603c257360507ee4e3950b7c7e22 to your computer and use it in GitHub Desktop.
What is channel? ChannelInterface
public interface Channel<E> : SendChannel<E>, ReceiveChannel<E>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment