Fix #2380
This commit is contained in:
@@ -17,4 +17,4 @@ func (ab *AtomicBool) Set(v bool) {
|
||||
|
||||
func (ab *AtomicBool) Get() bool {
|
||||
return atomic.LoadUint32(&ab.flag) == 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user