Join Slack
Powered by
So my earlier question boils down to - is there a ...
# announcements
s
Smith
03/14/2019, 3:14 PM
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
spand
03/14/2019, 3:29 PM
Why are they waiting? Cant you just fan out using
async
for every step in the loop ?
s
Smith
03/14/2019, 3:52 PM
yes, that could work
2
Views
Open in Slack
Previous
Next