package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev

# Functions

Async runs the given functions asynchronous.
AutoScaling runs the same task across min to max background workers.
ScheduleWorkAt runs the task t.
Wait is a better pattern around using sync.WaitGroup.
WaitContext is a better pattern around using errgroup.Group.

# Structs

ScalingOptions sets various configurations to AutoScaling function.
No description provided by the author