Class: Parallax::Collector
- Inherits:
-
Object
- Object
- Parallax::Collector
- Includes:
- Collectable
- Defined in:
- lib/parallax/collector.rb
Instance Method Summary collapse
-
#initialize(workers_count) ⇒ Collector
constructor
A new instance of Collector.
Methods included from Collectable
#all_workers_terminated?, #close, #close_worker, #collect, included, #initialize_collector, #log, #receive, #rescue, #store
Constructor Details
#initialize(workers_count) ⇒ Collector
Returns a new instance of Collector.
6 7 8 |
# File 'lib/parallax/collector.rb', line 6 def initialize(workers_count) initialize_collector(workers_count) end |