class Sidekiq::Processor::SharedWorkState

def set(tid, hash)

def set(tid, hash)
  @lock.synchronize { @work_state[tid] = hash }
end