Module: Threadify
- Defined in:
- lib/threadify.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
'1.3.0'
Class Attribute Summary collapse
-
.abort_on_exception ⇒ Object
Returns the value of attribute abort_on_exception.
-
.strategy ⇒ Object
Returns the value of attribute strategy.
-
.threads ⇒ Object
Returns the value of attribute threads.
Class Method Summary collapse
Class Attribute Details
.abort_on_exception ⇒ Object
Returns the value of attribute abort_on_exception.
14 15 16 |
# File 'lib/threadify.rb', line 14 def abort_on_exception @abort_on_exception end |
.strategy ⇒ Object
Returns the value of attribute strategy.
15 16 17 |
# File 'lib/threadify.rb', line 15 def strategy @strategy end |
.threads ⇒ Object
Returns the value of attribute threads.
13 14 15 |
# File 'lib/threadify.rb', line 13 def threads @threads end |