Documentation ¶
Index ¶
- type DiskQueue
- func (module DiskQueue) Close(k string) error
- func (module DiskQueue) Depth(k string) int64
- func (module DiskQueue) Name() string
- func (module DiskQueue) Pop(k string, timeoutInSeconds time.Duration) (error, []byte)
- func (module DiskQueue) Push(k string, v []byte) error
- func (module DiskQueue) ReadChan(k string) chan []byte
- func (module DiskQueue) Start(cfg *Config)
- func (module DiskQueue) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.