🐶 update some comments

This commit is contained in:
Andy Pan 2019-01-25 21:33:10 +08:00
parent 21c3ddf035
commit e099ad7d4c

View File

@ -69,7 +69,7 @@ func main() {
wg.Done() wg.Done()
}) })
defer p.Release() defer p.Release()
// Submit tasks // Submit tasks one by one
for i := 0; i < runTimes; i++ { for i := 0; i < runTimes; i++ {
wg.Add(1) wg.Add(1)
p.Serve(int32(i)) p.Serve(int32(i))