Versions in this module Expand all Collapse all v1 v1.0.1 May 31, 2021 v1.0.0 May 31, 2021 Changes in this version + type Chan struct + func New(limit int) *Chan + func (c *Chan) Cap() int + func (c *Chan) Close() + func (c *Chan) Len() int + func (c *Chan) Pop() interface{} + func (c *Chan) Push(value interface{}) error + func (c *Chan) Size() int