class SidekiqUniqueJobs::Lock::UntilExecuted

def execute

Other tags:
    Yield: - to the worker class perform method
def execute
  lock do
    yield
    unlock_with_callback
    callback_safely
    item[JID]
  end
end