暫無描述

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