Versions in this module Expand all Collapse all v0 v0.0.2 Nov 6, 2024 v0.0.1 Nov 5, 2024 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()