Skip to content

Instantly share code, notes, and snippets.

@EricDw
Created November 21, 2018 17:32
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 EricDw/bd8a322aeb95c89356d35ff52bf75173 to your computer and use it in GitHub Desktop.
Save EricDw/bd8a322aeb95c89356d35ff52bf75173 to your computer and use it in GitHub Desktop.
An interface defining the external behavior of a pipeline.
interface Pipeline<I, O> : SendChannel<I>, ReceiveChannel<O>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment