This commit is contained in:
Matthew Penner
2020-09-20 12:51:12 -06:00
parent aa39cefcf1
commit ff597672db
8 changed files with 50 additions and 13 deletions

View File

@@ -17,4 +17,4 @@ func (ab *AtomicBool) Set(v bool) {
func (ab *AtomicBool) Get() bool {
return atomic.LoadUint32(&ab.flag) == 1
}
}