package
0.0.0-20241225085030-ba7217e77647
Repository: https://github.com/u2u-labs/layerg-core.git
Documentation: pkg.go.dev

# README

pacer

A utility to limit the rate at which concurrent goroutines begin execution. This addresses situations where running the concurrent goroutines is OK, as long as their execution does not start at the same time.

The pacer package is independent of the workerpool package. Paced functions can be submitted to a workerpool or can be run as goroutines, and execution will be paced in both cases.