Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
willzhen committed Apr 24, 2023
1 parent 1c25186 commit c01fec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ s := m.Size()
log.Print(m.String())
```

example 参考:[TestOrderMap](https://github.com/memory-overflow/go-common-library/blob/main/stl_extension/stl_test.go#L13)
example 参考:[TestOrderMap](https://github.com/memory-overflow/go-orderedmap/blob/main/stl_test.go#L13)

# LimitWaitGroup
对原生 stl 的 WaitGroup 做补充,原生的 WaitGroup 没有办法限制协程的数量,比如如下处理,
Expand Down

0 comments on commit c01fec9

Please sign in to comment.