Method: ConcurrentWorker::RequestCounter#push

Defined in:
lib/concurrent_worker/common.rb

#push(args) ⇒ Object



10
11
12
# File 'lib/concurrent_worker/common.rb', line 10

def push(args)
  @count.push(args)
end