Class: Xberg::ConcurrencyConfig
- Inherits:
-
Object
- Object
- Xberg::ConcurrencyConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#max_threads ⇒ Integer?
readonly
Returns the value of attribute max_threads.
Instance Method Summary collapse
-
#initialize ⇒ ConcurrencyConfig
constructor
A new instance of ConcurrencyConfig.
Constructor Details
#initialize ⇒ ConcurrencyConfig
Returns a new instance of ConcurrencyConfig.
283 |
# File 'sig/types.rbs', line 283
def initialize: (?max_threads: Integer) -> void
|
Instance Attribute Details
#max_threads ⇒ Integer? (readonly)
Returns the value of attribute max_threads.
281 282 283 |
# File 'sig/types.rbs', line 281 def max_threads @max_threads end |