I'm trying to override TimedStack and had to update this line so it passed the options hash through to pop:
|
::Thread.current[@key] = @available.pop(options[:timeout] || @timeout) |
This is especially relevant if the comment in pop re the :timeout member of options being favored over the timeout argument is still current.
I'm trying to override
TimedStackand had to update this line so it passed theoptionshash through topop:connection_pool/lib/connection_pool.rb
Line 125 in 4250891
This is especially relevant if the comment in
popre the:timeoutmember ofoptionsbeing favored over thetimeoutargument is still current.