Нет описания

Tao Wen 7d04878ff6 add ci and badge 7 лет назад
.travis.yml 7d04878ff6 add ci and badge 7 лет назад
LICENSE db6ada895a Initial commit 7 лет назад
README.md 7d04878ff6 add ci and badge 7 лет назад
coverage.txt 7d04878ff6 add ci and badge 7 лет назад
executor.go 48aaeb112d document and test public api 7 лет назад
go_above_19.go 48aaeb112d document and test public api 7 лет назад
go_below_19.go 48aaeb112d document and test public api 7 лет назад
map_test.go 48aaeb112d document and test public api 7 лет назад
test.sh 7d04878ff6 add ci and badge 7 лет назад
unbounded_executor.go 48aaeb112d document and test public api 7 лет назад
unbounded_executor_test.go 48aaeb112d document and test public api 7 лет назад

README.md

concurrent

Sourcegraph GoDoc Build Status codecov rcard License

  • concurrent.Map: backport sync.Map for go below 1.9
  • concurrent.Executor: goroutine with explicit ownership and cancellable