Documentation ¶
Index ¶
- type Config
- type Queue
- func (q *Queue) DrainNWithDuration(c *Config) []interface{}
- func (q *Queue) DrainNWithDurationByReflectType(c *Config, eleType reflect.Type) interface{}
- func (q *Queue) DrainNWithDurationByType(c *Config, eleValue interface{}) interface{}
- func (q *Queue) Enqueue(v interface{})
- func (q *Queue) Len() int
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
}
func (*Queue) DrainNWithDuration ¶
func (*Queue) DrainNWithDurationByReflectType ¶
func (*Queue) DrainNWithDurationByType ¶
Click to show internal directories.
Click to hide internal directories.