Class: Contrek::Cpp::CPPConcurrentVerticalMerger

Inherits:
CPPVerticalMerger
  • Object
show all
Defined in:
lib/contrek/cpp/cpp_concurrent_vertical_merger.rb

Instance Method Summary collapse

Constructor Details

#initialize(number_of_threads: 0, options: nil) ⇒ CPPConcurrentVerticalMerger

Returns a new instance of CPPConcurrentVerticalMerger.



4
5
6
# File 'lib/contrek/cpp/cpp_concurrent_vertical_merger.rb', line 4

def initialize(number_of_threads: 0, options: nil)
  super(number_of_threads, options)
end