Compatibility with Queue#pop.
90 91 92
# File 'lib/async/queue.rb', line 90 def pop(timeout: nil) @delegate.pop(timeout: timeout) end