Documentation
¶
Index ¶
Constants ¶
View Source
const ( WAITING_QUEUE = "waitingQueue" PROCESSING_QUEUE = "processingQueue" )
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrConnClosed = errors.New("connection closed") )
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
func (*Queue) StopDequeue ¶
func (q *Queue) StopDequeue()
Click to show internal directories.
Click to hide internal directories.