Module: Datadog::Core::Workers::Queue::PrependedMethods

Defined in:
lib/datadog/core/workers/queue.rb

Overview

Methods that must be prepended

Instance Method Summary collapse

Instance Method Details

#perform(*args) ⇒ Object



15
16
17
# File 'lib/datadog/core/workers/queue.rb', line 15

def perform(*args)
  super(*dequeue) if work_pending?
end