An last_input_to_all
flow for a compose
takes the first n-1 flows in the given flow tuple given as an input to the compose
and connects it to the input flow of the first skeleton in the compose
. It then pipes the output of each skeleton to its next skeleton, and in addition passes the last flow given to the compose
to every enclosed skeleton.
More...
An last_input_to_all
flow for a compose
takes the first n-1 flows in the given flow tuple given as an input to the compose
and connects it to the input flow of the first skeleton in the compose
. It then pipes the output of each skeleton to its next skeleton, and in addition passes the last flow given to the compose
to every enclosed skeleton.