Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockQueue ¶
type BlockQueue struct {
// contains filtered or unexported fields
}
func New ¶
func New() *BlockQueue
func (*BlockQueue) Close ¶
func (q *BlockQueue) Close()
func (*BlockQueue) Pop ¶
func (q *BlockQueue) Pop() interface{}
func (*BlockQueue) Push ¶
func (q *BlockQueue) Push(v interface{})
func (*BlockQueue) Size ¶
func (q *BlockQueue) Size() int
Click to show internal directories.
Click to hide internal directories.