ivanvza

Results 1 comments of ivanvza

I'm currently in the same predicament, where all go-routines must finish first prior to the w.Eval() being run. I'm using a fan-out, fan-in approach similar to [this](https://play.golang.org/p/uLyaCMFlv-), except in the...