Нет описания

Evan Huus c7ef7e79cd Short-circuit the fast path without locking 11 лет назад
breaker c7ef7e79cd Short-circuit the fast path without locking 11 лет назад
semaphore b89f64cc19 Add build status to readmes 11 лет назад
.gitignore 9d854293d0 Initial commit 11 лет назад
.travis.yml a6e9d33492 Fix travis config 11 лет назад
LICENSE 9d854293d0 Initial commit 11 лет назад
README.md 81f2897b8b Fill in top-level readme a bit 11 лет назад

README.md

go-resiliency

Resiliency patterns for golang. Currently implemented are:

  • circuit-breaker pattern (in the breaker directory)
  • semaphore pattern (in the semaphore directory)