repositorypackage
1.3.2
Repository: https://github.com/thalesfsp/concurrentloop.git
Documentation: pkg.go.dev
# README
concurrentloop
concurrentloop
provides a function to call a function concurrently powered by generics, channels, and goroutines.
Install
$ go get github.com/thalesfsp/concurrentloop
Specific version
Example: $ go get github.com/thalesfsp/[email protected]
Usage
See example_test.go
, and concurrentloop_test.go
file.
Documentation
Run $ make doc
or check out online.
Development
Check out CONTRIBUTION.
Release
- Update CHANGELOG accordingly.
- Once changes from MR are merged.
- Tag and release.
Roadmap
Check out CHANGELOG.