Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemQueue ¶
type MemQueue struct {
// contains filtered or unexported fields
}
MemQueue implements an in-memory operation queue
func (*MemQueue) Add ¶
func (q *MemQueue) Add(data *batch.OperationInfo) (uint, error)
Add adds the given data to the tail of the queue and returns the new length of the queue
Click to show internal directories.
Click to hide internal directories.