Class: Contrek::Cpp::CPPConcurrentFinder
- Inherits:
-
CPPFinder
- Object
- CPPFinder
- Contrek::Cpp::CPPConcurrentFinder
- Defined in:
- lib/contrek/cpp/cpp_concurrent_finder.rb
Instance Method Summary collapse
-
#initialize(bitmap:, matcher:, number_of_threads: 0, options: nil) ⇒ CPPConcurrentFinder
constructor
A new instance of CPPConcurrentFinder.
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, ) end |