Class: Concurrent::Edge::LockFreeStack::Empty

Inherits:
Node
  • Object
show all
Defined in:
lib/concurrent/edge/lock_free_stack.rb

Instance Attribute Summary

Attributes inherited from Node

#value

Instance Method Summary collapse

Methods inherited from Node

#initialize

Constructor Details

This class inherits a constructor from Concurrent::Edge::LockFreeStack::Node

Instance Method Details

#next_nodeObject



19
20
21
# File 'lib/concurrent/edge/lock_free_stack.rb', line 19

def next_node
  self
end