A way of triggering a pipeline #230
Replies: 1 comment 6 replies
-
If it is an iterator of P.S. Accessing |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I'm building a pipeline which does not provide any expected result, i.e. it is an iterator of
void
.What is the supposed/idiomatic way of triggering the pipeline in a functional way? I mean, not by
for … of
.From the documentation, I see only
drain()
plus.first
.Beta Was this translation helpful? Give feedback.
All reactions