Take all the values from the sync iterable and put them into the channel on which this method was called, waiting that a value is taken from the channel before putting the next one.
an iterable
the channel on which the method was called
Generated using TypeDoc
Take all the values from the sync iterable and put them into the channel on which this method was called, waiting that a value is taken from the channel before putting the next one.