Method: Narou::Worker#countup

Defined in:
lib/web/worker.rb

#countupObject



113
114
115
116
117
# File 'lib/web/worker.rb', line 113

def countup
  @mutex.synchronize do
    @size += 1
  end
end