Versions in this module Expand all Collapse all v2 v2.6.5 Mar 21, 2024 v2.6.4 Mar 19, 2024 Changes in this version + type Queue struct + C chan interface{} + func New(limit ...int) *Queue + func (q *Queue) Close() + func (q *Queue) Len() (length int64) + func (q *Queue) Pop() interface{} + func (q *Queue) Push(v interface{}) + func (q *Queue) Size() int64