class Semian::ThreadSafe::Integer

def initialize

def initialize
  @atom = Concurrent::AtomicFixnum.new(0)
end