sony / gobreaker

Circuit Breaker implemented in Go
MIT License
2.89k stars 179 forks source link

async onStateChange and passing testing #40

Open Jurperle opened 2 years ago

Jurperle commented 2 years ago

This can reslove the problem that in onStateChange function calling Counts(deadlock) func.And async complex operations in that function.

keonjeo commented 1 year ago

LGTM