Method: Que::ConnectionPool#execute

Defined in:
lib/que/connection_pool.rb

#execute(*args) ⇒ Object



56
57
58
# File 'lib/que/connection_pool.rb', line 56

def execute(*args)
  checkout { |conn| conn.execute(*args) }
end