Versions in this module Expand all Collapse all v1 v1.4.9 Jul 22, 2021 Changes in this version + type Semaphore chan struct + func New(count int) Semaphore + func (s Semaphore) Acquire(ctx context.Context) error + func (s Semaphore) Release()