que

package
v0.0.0-...-e8acdfa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Queue

type Queue interface {
	Push(data []byte) error
	Pop() ([]byte, error)
	PopWait(time.Duration) ([]byte, error)
	Len() (int, error)
	Close()
}

func NewQueue

func NewQueue(container ...string) (out Queue)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL