rabbitHX
Results
1
issues of
rabbitHX
example: routine 1: wg.Add(10) then emit 10 go func wg.Done() routine 2: wg.Add(2) then emit 2 func wg.Done() when pool is Wait() ready, the result maybe composed by 8 routine...