Class: Contrek::Cpp::CPPConcurrentStreamingMerger
- Inherits:
-
CPPStreamingMerger
- Object
- CPPStreamingMerger
- Contrek::Cpp::CPPConcurrentStreamingMerger
- Defined in:
- lib/contrek/cpp/cpp_concurrent_streaming_merger.rb
Class Method Summary collapse
Class Method Details
.new(stream_to:, total_width:, total_height:, number_of_threads: 0, options: nil) ⇒ Object
6 7 8 |
# File 'lib/contrek/cpp/cpp_concurrent_streaming_merger.rb', line 6 def self.new(stream_to:, total_width:, total_height:, number_of_threads: 0, options: nil) super(number_of_threads, , stream_to, total_width, total_height) end |