-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: expose CircuitBreaker ctor (#366)
* improvement: expose CircuitBreaker ctor BREAKING CHANGE Instead of requiring the use of a factory function, which has no real purpose other than introducing a layer of indirection, we should really just be exposing the CircuitBreaker constructor function. Fixes: #364 * squash: fix linting issues caused by making some lines too long
- Loading branch information
Showing
13 changed files
with
270 additions
and
749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.