Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceQueue ¶
type InterfaceQueue struct {
// contains filtered or unexported fields
}
func NewInterfaceQueue ¶
func NewInterfaceQueue() *InterfaceQueue
func (*InterfaceQueue) Available ¶
func (q *InterfaceQueue) Available() bool
func (*InterfaceQueue) Clear ¶
func (q *InterfaceQueue) Clear()
func (*InterfaceQueue) Empty ¶
func (q *InterfaceQueue) Empty() bool
func (*InterfaceQueue) Get ¶
func (q *InterfaceQueue) Get() interface{}
func (*InterfaceQueue) Len ¶
func (q *InterfaceQueue) Len() int
func (*InterfaceQueue) Put ¶
func (q *InterfaceQueue) Put(b interface{})
func (*InterfaceQueue) String ¶ added in v0.0.29
func (q *InterfaceQueue) String() string
Click to show internal directories.
Click to hide internal directories.