Class: Xberg::ConcurrencyConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConcurrencyConfig

Returns a new instance of ConcurrencyConfig.

Parameters:

  • max_threads: (Integer)


283
# File 'sig/types.rbs', line 283

def initialize: (?max_threads: Integer) -> void

Instance Attribute Details

#max_threadsInteger? (readonly)

Returns the value of attribute max_threads.

Returns:

  • (Integer, nil)


281
282
283
# File 'sig/types.rbs', line 281

def max_threads
  @max_threads
end