Class: Async::List::Node
- Inherits:
-
Object
- Object
- Async::List::Node
- Defined in:
- lib/async/list.rb
Overview
A linked list Node.
Instance Attribute Summary collapse
-
#head ⇒ Object
Returns the value of attribute head.
-
#tail ⇒ Object
Returns the value of attribute tail.