Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyedWorkQueue ¶
type KeyedWorkQueue struct {
// contains filtered or unexported fields
}
func NewKeyedWorkQueue ¶
func NewKeyedWorkQueue(log *logrus.Entry, buffer int) KeyedWorkQueue
func (KeyedWorkQueue) Close ¶
func (d KeyedWorkQueue) Close()
func (KeyedWorkQueue) Dispatch ¶
func (d KeyedWorkQueue) Dispatch(key string, work Work)
func (KeyedWorkQueue) Wait ¶
func (d KeyedWorkQueue) Wait()
Click to show internal directories.
Click to hide internal directories.