class Queue
Ruby on Rails 5.2.8.1
Since v4.0.13Threadsafe, fair, LIFO queue. Meant to be used by ConnectionPool with which it shares a Monitor.
Inherits from
Methods (defined here)
- # add
- # any_waiting?
- # clear
- # delete
- # num_waiting
- # poll
- 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!
- # unescape
- # with_options