Versions in this module Expand all Collapse all v1 v1.16.9 Mar 28, 2022 v1.16.8 Mar 28, 2022 Changes in this version + type Queue struct + C chan interface{} + func New(limit ...int) *Queue + func (q *Queue) Close() + func (q *Queue) Len() (length int) + func (q *Queue) Pop() interface{} + func (q *Queue) Push(v interface{}) + func (q *Queue) Size() int