Class: TelestreamCloud::ParallelUploader
- 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
-
#initialize(options) ⇒ ParallelUploader
constructor
A new instance of ParallelUploader.
Methods inherited from Uploader
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() @concurrency = .delete(:concurrency) super end |