Nincs leírás

Tao Wen 0955f3f7ce fix doc 8 éve
.gitignore 78ec0f42c9 ignore coverage.txt 8 éve
.travis.yml 7d04878ff6 add ci and badge 8 éve
LICENSE db6ada895a Initial commit 8 éve
README.md 7d04878ff6 add ci and badge 8 éve
executor.go 4da403eec3 gofmt 8 éve
go_above_19.go 4da403eec3 gofmt 8 éve
go_below_19.go 4da403eec3 gofmt 8 éve
map_test.go 4da403eec3 gofmt 8 éve
test.sh 7d04878ff6 add ci and badge 8 éve
unbounded_executor.go 0955f3f7ce fix doc 8 éve
unbounded_executor_test.go 48aaeb112d document and test public api 8 éve

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