Ei kuvausta

Evan Huus 8947dd8d6a Implement batcher pattern 11 vuotta sitten
batcher 8947dd8d6a Implement batcher pattern 11 vuotta sitten
breaker eaf0b22478 More efficient synchronization 11 vuotta sitten
deadline 164d336eab fix example 11 vuotta sitten
semaphore b89f64cc19 Add build status to readmes 11 vuotta sitten
.gitignore 9d854293d0 Initial commit 11 vuotta sitten
.travis.yml a6e9d33492 Fix travis config 11 vuotta sitten
LICENSE 9d854293d0 Initial commit 11 vuotta sitten
README.md 8947dd8d6a Implement batcher pattern 11 vuotta sitten

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)
  • batching pattern (in the batcher directory)