Patrick Ramsey
08/25/2021, 1:58 AMfor (e in this) action(e)
— which looks like it’s implicitly calling this.iterator() and iterating over the channel that way. I assume that can’t actually be what’s happening (right?) since Iterator.next() is blocking. Or does Channel.consumeEach() actually block?CLOVIS
08/25/2021, 10:44 AM