🐶 update some comments

This commit is contained in:
Andy Pan 2019-01-25 21:33:10 +08:00
parent 21c3ddf035
commit e099ad7d4c
1 changed files with 1 additions and 1 deletions

View File

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