Versions in this module Expand all Collapse all v1 v1.0.2 Sep 27, 2023 v1.0.1 May 23, 2023 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