Class: Contrek::Cpp::CPPConcurrentFinder

Inherits:
CPPFinder
  • Object
show all
Defined in:
lib/contrek/cpp/cpp_concurrent_finder.rb

Instance Method Summary collapse

Constructor Details

#initialize(bitmap:, matcher:, number_of_threads: 0, options: nil) ⇒ CPPConcurrentFinder

Returns a new instance of CPPConcurrentFinder.



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

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