module Datadog::Workers::Queue::PrependedMethods
Methods that must be prepended
Public Instance Methods
perform(*args)
click to toggle source
Calls superclass method
# File lib/ddtrace/workers/queue.rb, line 12 def perform(*args) super(*dequeue) if work_pending? end