# File lib/cabin/metrics/counter.rb, line 32
  def value
    return @lock.synchronize { @value }
  end