class Sidekiq::Queue

Attributes

rname[R]

Public Instance Methods

lock() click to toggle source
# File lib/sidekiq/extensions/queue.rb, line 19
def lock
  @lock ||= LimitFetch::Global::Semaphore.new name
end