class Sidekiq::Processor::SharedWorkState

def initialize

def initialize
  @work_state = {}
  @lock = Mutex.new
end