Creates a pipe closed by a sink.
Wraps a feed, the tasks chained to it and the Sink closing them into a single expression driving the feed to completion.
The type of result the closing sink resolves to
The promise returned by the closing sink
A promise resolving to the result the closing sink computes over the feed
Creates a pipe left open.
Wraps a feed and the tasks chained to it into a single expression, with no sink to close them, exposing the async iterable underlying the Feed the composition ends with so that the feed can be consumed manually.
The type of values carried by the feed
The async iterable underlying source
Creates a pipe.