Versions in this module Expand all Collapse all v2 v2.0.2 Nov 10, 2022 v2.0.1 May 27, 2022 Changes in this version + type AtomicBool int32 + func NewAtomicBool(value bool) *AtomicBool + func (ab *AtomicBool) CompareAndSet(current, new bool) bool + func (ab *AtomicBool) Get() bool + func (ab *AtomicBool) Set(value bool) + type ConcurrentStringSet struct + func NewConcurrentStringSet() *ConcurrentStringSet + func (css *ConcurrentStringSet) Add(value string) + func (css *ConcurrentStringSet) Contains(value string) bool + func (css *ConcurrentStringSet) Remove(value string) + type WaitChannel interface + Add func(delta int) + Done func() + Wait func() <-chan struct{} + func NewWaitChannel() WaitChannel Other modules containing this package github.com/kubecost/cluster-turndown