module Datadog::Workers::Async::Thread::PrependedMethods

Methods that must be prepended

Public Instance Methods

perform(*args) click to toggle source
Calls superclass method
# File lib/ddtrace/workers/async.rb, line 21
def perform(*args)
  start_async { self.result = super(*args) } unless started?
end