Skip to content

Instantly share code, notes, and snippets.

@EricDw
Created November 21, 2018 18:08
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/fa96d49b22d60661956de7c002e1657f to your computer and use it in GitHub Desktop.
Save EricDw/fa96d49b22d60661956de7c002e1657f to your computer and use it in GitHub Desktop.
The starting point for our pipeline DSL function.
fun <I, O> CoroutineScope.pipeline(init: suspend PipelineBuilder<I, O>.() -> Unit): Pipeline<I, O> {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment