Method: TaskTempest::Bootstrap#storm
- Defined in:
- lib/task_tempest/bootstrap.rb
#storm ⇒ Object
41 42 43 44 45 46 47 48 49 |
# File 'lib/task_tempest/bootstrap.rb', line 41 def storm @storm ||= begin ThreadStorm.new :size => settings.threads, :reraise => false, :execute_blocks => true, :timeout_method => settings.timeout_method, :timeout => settings.task_timeout end end |