Class: Contrek::Cpp::CPPSvgConcurrentStreamingMerger
- Inherits:
-
CPPSvgStreamingMerger
- Object
- CPPSvgStreamingMerger
- Contrek::Cpp::CPPSvgConcurrentStreamingMerger
- Defined in:
- lib/contrek/cpp/cpp_svg_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_svg_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 |