class Concurrent::Edge::LockFreeLinkedSet::Head
Internal sentinel node for the Head of the set. Head is always smaller than any other node.
Public Instance Methods
<=>(_other)
click to toggle source
# File lib/concurrent/edge/lock_free_linked_set/node.rb, line 75 def <=>(_other) -1 end