Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
Queue is a basic FIFO queue for Messages.
func NewQueue ¶
NewQueue returns a new Queue. If maxSize is greater than zero the queue will not grow more than the defined size.
Click to show internal directories.
Click to hide internal directories.