# File lib/sidekiq/limit_fetch/global/semaphore.rb, line 7 def initialize(name) @name = name @lock = Mutex.new @local_busy = 0 end