Skip to content

Instantly share code, notes, and snippets.

@EricDw
Last active November 21, 2018 18:09
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/66dcbaa8399af993b1eb6e44b195ce6e to your computer and use it in GitHub Desktop.
Save EricDw/66dcbaa8399af993b1eb6e44b195ce6e to your computer and use it in GitHub Desktop.
The starting function for the pipeline DSL function.
fun <I, O> CoroutineScope.pipeline(): Pipeline<I, O> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment