Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConcurrentLinkedListQueue ¶
type ConcurrentLinkedListQueue struct {
// contains filtered or unexported fields
}
func (*ConcurrentLinkedListQueue) Dequeue ¶
func (q *ConcurrentLinkedListQueue) Dequeue() (value interface{}, ok bool)
deque on empty queue will return (nil, false)
func (*ConcurrentLinkedListQueue) Enqueue ¶
func (q *ConcurrentLinkedListQueue) Enqueue(value interface{}) (ok bool)
func (*ConcurrentLinkedListQueue) Len ¶
func (q *ConcurrentLinkedListQueue) Len() int
Click to show internal directories.
Click to hide internal directories.