Sin descripción

Evan Huus c62447d36a Merge pull request #1 from eapache/deadline hace 11 años
breaker ba556f4cd0 Add test of panic behaviour for 100% statement coverage hace 11 años
deadline 164d336eab fix example hace 11 años
semaphore b89f64cc19 Add build status to readmes hace 11 años
.gitignore 9d854293d0 Initial commit hace 11 años
.travis.yml a6e9d33492 Fix travis config hace 11 años
LICENSE 9d854293d0 Initial commit hace 11 años
README.md d202e4680d Add to master README hace 11 años

README.md

go-resiliency

Resiliency patterns for golang. Currently implemented are:

  • circuit-breaker pattern (in the breaker directory)
  • semaphore pattern (in the semaphore directory)
  • deadline/timeout pattern (in the deadline directory)