Documentation ¶
Index ¶
- func Close(k string) error
- func Depth(k string) int64
- func GetQueues() []string
- func PauseRead(k string)
- func Pop(k string) ([]byte, error)
- func PopTimeout(k string, timeoutInSeconds time.Duration) ([]byte, error)
- func Push(k string, v []byte) error
- func ReadChan(k string) chan []byte
- func Register(name string, h Queue)
- func ResumeRead(k string)
- type Queue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResumeRead ¶
func ResumeRead(k string)
Types ¶
Click to show internal directories.
Click to hide internal directories.