Versions in this module Expand all Collapse all v1 v1.12.3 Jan 11, 2021 Changes in this version + var ErrHandlerIsExist = errors.New("指定的键已存在") + var ErrWorkerChanClosed = errors.New("队列已关闭") + type ChannelHandler func() + type ChannelPool struct + func NewChannelPool(maxWorkerNum, maxPoolNum int) *ChannelPool + func (pool *ChannelPool) LoadOrStore(key string, value ChannelHandler) error + func (pool *ChannelPool) Start() + func (pool *ChannelPool) Wait()