dh44t
12/25/2017, 1:16 AMReceivingChannel
in a for
loop? Is it an iterable? I don't see anything on its hierarchylouiscad
12/25/2017, 1:43 AMiterator()
operator that returns a ChannelIterator
which enables for loop usage. The forEach
equivalent for ReceiveChannels is consumeEach
FYI.dh44t
12/25/2017, 3:10 PMforEach
with was a bit of a shockdave08
12/26/2017, 7:00 PM