Skip to main content

Module pipeline

Module pipeline 

Source
Expand description

Async pipeline support for chaining commands together.

This module provides a type-safe way to create asynchronous command pipelines where the output of one command is piped to the input of the next.

Structsยง

Pipeline
A builder for creating asynchronous command pipelines.