A sink consumes the items of a Feed, driving the pipe that feeds it and resolving to the final result;
one able to decide its outcome early may stop consuming before the source runs dry.
Type Parameters
V
The type of input values, never undefined, as feeds never carry it
Terminal operation applied to a feed.
A sink consumes the items of a Feed, driving the pipe that feeds it and resolving to the final result; one able to decide its outcome early may stop consuming before the source runs dry.