Class: TelestreamCloud::ParallelUploader

Inherits:
Uploader
  • Object
show all
Defined in:
lib/telestream_cloud/parallel_uploader.rb

Defined Under Namespace

Classes: ThreadPool

Instance Attribute Summary

Attributes inherited from Uploader

#error, #reader, #status, #video

Instance Method Summary collapse

Methods inherited from Uploader

#success?, #upload, upload

Constructor Details

#initialize(options) ⇒ ParallelUploader

Returns a new instance of ParallelUploader.



32
33
34
35
# File 'lib/telestream_cloud/parallel_uploader.rb', line 32

def initialize(options)
  @concurrency = options.delete(:concurrency)
  super
end