11 lines
962 B
Markdown
11 lines
962 B
Markdown
# concurrent
|
|
|
|
[](https://sourcegraph.com/github.com/modern-go/concurrent?badge)
|
|
[](http://godoc.org/github.com/modern-go/concurrent)
|
|
[](https://travis-ci.org/modern-go/concurrent)
|
|
[](https://codecov.io/gh/modern-go/concurrent)
|
|
[](https://goreportcard.com/report/github.com/modern-go/concurrent)
|
|
[](https://raw.githubusercontent.com/modern-go/concurrent/master/LICENSE)
|
|
|
|
* concurrent.Map: backport sync.Map for go below 1.9
|
|
* concurrent.Executor: goroutine with explicit ownership and cancellable |