Class: Concurrent::Edge::LockFreeStack::Empty
- Defined in:
- lib/concurrent/edge/lock_free_stack.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
Constructor Details
This class inherits a constructor from Concurrent::Edge::LockFreeStack::Node
Instance Method Details
#next_node ⇒ Object
19 20 21 |
# File 'lib/concurrent/edge/lock_free_stack.rb', line 19 def next_node self end |