Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2021 Changes in this version + type Limiter chan struct + func New(limit int) Limiter + func (c Limiter) Execute(job func()) + func (c Limiter) Wait()