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