Versions in this module Expand all Collapse all v2 v2.0.0 Aug 1, 2022 Changes in this version + type Config struct + GoroutinePoolSize int + MaxIdleTime time.Duration + Size int + func (c *Config) SetDefaults() + type Queue struct + func New(cfg Config) (*Queue, error) + func (q *Queue) Release() + func (q *Queue) Submit(tasks ...func()) error