Class: ThreeScale::Backend::StorageAsync::Pipeline::PipelineSharedBetweenFibers

Inherits:
Error
  • Object
show all
Defined in:
lib/3scale/backend/storage_async/pipeline.rb

Instance Method Summary collapse

Constructor Details

#initializePipelineSharedBetweenFibers

Returns a new instance of PipelineSharedBetweenFibers.



12
13
14
# File 'lib/3scale/backend/storage_async/pipeline.rb', line 12

def initialize
  super 'several fibers are modifying the same Pipeline'
end