Method: Spider::Model::Storage::ConnectionPool#checkout
- Defined in:
- lib/spiderfw/model/storage/connection_pool.rb
#checkout ⇒ Object
57 58 59 60 61 |
# File 'lib/spiderfw/model/storage/connection_pool.rb', line 57 def checkout @connection_mutex.synchronize do _checkout end end |