package atomic import "sync/atomic" type ( Bool = atomic.Bool Int32 = atomic.Int32 Int64 = atomic.Int64 )