Versions in this module Expand all Collapse all v0 v0.0.1 Oct 18, 2022 Changes in this version + type NumGoRoutinesThrottler struct + func NewNumGoRoutinesThrottler(max int32) (*NumGoRoutinesThrottler, error) + func (ngrt *NumGoRoutinesThrottler) CanProcess() bool + func (ngrt *NumGoRoutinesThrottler) EndProcessing() + func (ngrt *NumGoRoutinesThrottler) IsInterfaceNil() bool + func (ngrt *NumGoRoutinesThrottler) StartProcessing()