So my earlier question boils down to - is there a ...
# announcements
s
So my earlier question boils down to - is there a one-to-many synchronization primitive that I can repeatedly select {} on? I need many coroutines waiting on a single event
s
Why are they waiting? Cant you just fan out using
async
for every step in the loop ?
s
yes, that could work