mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 16:58:54 +02:00
idlewatcher: refactor and fix data race
This commit is contained in:
5
internal/utils/atomic/bool.go
Normal file
5
internal/utils/atomic/bool.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package atomic
|
||||
|
||||
import "sync/atomic"
|
||||
|
||||
type Bool = atomic.Bool
|
||||
Reference in New Issue
Block a user