Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Instance ¶
type Instance interface {
// HasSynced returns true once the queue has synced.
// Syncing indicates that all items in the queue *before* Run was called have been processed.
HasSynced() bool
// contains filtered or unexported methods
}
func NewWithSync ¶
NewQueue instantiates a queue with a processing function
Click to show internal directories.
Click to hide internal directories.