Ingen beskrivning

Tao Wen 4da403eec3 gofmt 8 år sedan
.travis.yml 7d04878ff6 add ci and badge 8 år sedan
LICENSE db6ada895a Initial commit 8 år sedan
README.md 7d04878ff6 add ci and badge 8 år sedan
coverage.txt 7d04878ff6 add ci and badge 8 år sedan
executor.go 4da403eec3 gofmt 8 år sedan
go_above_19.go 4da403eec3 gofmt 8 år sedan
go_below_19.go 4da403eec3 gofmt 8 år sedan
map_test.go 4da403eec3 gofmt 8 år sedan
test.sh 7d04878ff6 add ci and badge 8 år sedan
unbounded_executor.go 4da403eec3 gofmt 8 år sedan
unbounded_executor_test.go 48aaeb112d document and test public api 8 år sedan

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