customize HandlePanic per executor
1 file changed
tree: ada8c2793591d8a29b7dba9823bb31fc73bbeb78
  1. .gitignore
  2. .travis.yml
  3. executor.go
  4. go_above_19.go
  5. go_below_19.go
  6. LICENSE
  7. log.go
  8. map_test.go
  9. README.md
  10. test.sh
  11. unbounded_executor.go
  12. unbounded_executor_test.go
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