package
0.0.0-20240208133358-b46fc268ba2c
Repository: https://github.com/diptanw/go-toolkit.git
Documentation: pkg.go.dev
# Functions
NewPool initializes a new pool with a given concurrency.
No description provided by the author
# Structs
ConcurrentWriter is the io.Writer wrapper that enables concurrent use.
Pool is a simple worker group that runs a number of tasks at a configured concurrency.
No description provided by the author