We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dad378 commit 5b0360aCopy full SHA for 5b0360a
actually_ctx.go
@@ -13,7 +13,7 @@ var aCtx = &aContext{
13
}
14
15
type aContext struct {
16
- mu sync.RWMutex
+ mu sync.RWMutex
17
failNowStates map[int64]bool // [goroutineID]bool
18
19
0 commit comments