pipeline
function
babashka.process/pipeline
(pipeline [proc] [pb & pbs])Returns the processes for one pipe created with -> or creates
pipeline from multiple process builders.
- When passing a process, returns a vector of processes of a pipeline created with `->` or `pipeline`.
- When passing two or more process builders created with `pb`: creates a
pipeline as a vector of processes (JDK9+ only).
Also see [Pipelines](/README.md#pipelines).
Examples
No examples yet. Be the first to add one!