class Queue
Ruby on Rails 8.1.2
Since v4.0.13Active Record Connection Pool Queue
Threadsafe, fair, LIFO queue. Meant to be used by ConnectionPool with which it shares a Monitor.
Inherits from
Methods (defined here)
- # add
- # add_back
- # any_waiting?
- # clear
- # delete
- # num_waiting
- # poll
- # size
- self. new
Private methods
(7)
Implementation detail — not part of the public API.
- # any?
- # can_remove_no_wait?
- # internal_poll
- # no_wait_poll
- # remove
- # synchronize
- # wait_poll
Methods (inherited)
From Object (17)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with
- # with_options
From ActiveSupport::NumericWithFormat (2)
- # to_formatted_s
- # to_fs