Class: ConcurrentPipeline::Processors::ActorProcessor::Ticker
- Inherits:
-
Object
- Object
- ConcurrentPipeline::Processors::ActorProcessor::Ticker
- Extended by:
- PipeActor
- Defined in:
- lib/concurrent_pipeline/processors/actor_processor.rb
Instance Attribute Summary collapse
-
#dispatch ⇒ Object
readonly
Returns the value of attribute dispatch.
Instance Method Summary collapse
-
#initialize(dispatch) ⇒ Ticker
constructor
A new instance of Ticker.
Methods included from PipeActor
default_block, extended, on_blocks, spawn
Constructor Details
#initialize(dispatch) ⇒ Ticker
Returns a new instance of Ticker.
252 253 254 |
# File 'lib/concurrent_pipeline/processors/actor_processor.rb', line 252 def initialize(dispatch) @dispatch = dispatch end |
Instance Attribute Details
#dispatch ⇒ Object (readonly)
Returns the value of attribute dispatch.
251 252 253 |
# File 'lib/concurrent_pipeline/processors/actor_processor.rb', line 251 def dispatch @dispatch end |