Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CElement ¶
type CElement struct { Value interface{} // contains filtered or unexported fields }
CElement is an element of a linked-list Traversal from a CElement are goroutine-safe.
func (*CElement) DetachNext ¶
func (e *CElement) DetachNext()
func (*CElement) DetachPrev ¶
func (e *CElement) DetachPrev()
func (*CElement) NextWait ¶
Blocking implementation of Next(). May return nil iff CElement was tail and got removed.
Click to show internal directories.
Click to hide internal directories.