Class: Contrek::Cpp::CPPConcurrentHorizontalMerger
- Inherits:
-
CPPHorizontalMerger
- Object
- CPPHorizontalMerger
- Contrek::Cpp::CPPConcurrentHorizontalMerger
- Defined in:
- lib/contrek/cpp/cpp_concurrent_horizontal_merger.rb
Instance Method Summary collapse
-
#initialize(number_of_threads: 0, options: nil) ⇒ CPPConcurrentHorizontalMerger
constructor
A new instance of CPPConcurrentHorizontalMerger.
Constructor Details
#initialize(number_of_threads: 0, options: nil) ⇒ CPPConcurrentHorizontalMerger
Returns a new instance of CPPConcurrentHorizontalMerger.
4 5 6 |
# File 'lib/contrek/cpp/cpp_concurrent_horizontal_merger.rb', line 4 def initialize(number_of_threads: 0, options: nil) super(number_of_threads, ) end |