Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue interface {
Push(value interface{})
Pop() (value interface{})
Length() (len uint32)
}
func NewLocklessQueue ¶
func NewLocklessQueue() Queue
Click to show internal directories.
Click to hide internal directories.