module Typhoeus::Hydra::Runnable
This module contains logic to run a hydra.
Public Instance Methods
run()
click to toggle source
Start the hydra run.
@example Start hydra run.
hydra.run
@return [ Symbol ] Return value from multi.perform.
# File lib/typhoeus/hydra/runnable.rb, line 13 def run dequeue_many multi.perform end