# File lib/cabin/metrics/counter.rb, line 25
def
decr
@lock
.
synchronize
{
@value
-=
1
}
emit
end