Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thalesfsp/concurrentloop
Concurrent Processing
https://github.com/thalesfsp/concurrentloop
concurrency generic golang loop
Last synced: 8 days ago
JSON representation
Concurrent Processing
- Host: GitHub
- URL: https://github.com/thalesfsp/concurrentloop
- Owner: thalesfsp
- License: mit
- Created: 2022-12-20T21:35:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T23:30:44.000Z (over 1 year ago)
- Last Synced: 2023-08-12T04:42:07.184Z (over 1 year ago)
- Topics: concurrency, generic, golang, loop
- Language: Go
- Homepage: https://github.com/thalesfsp/concurrentloop
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# concurrentloop
[![Go](https://github.com/thalesfsp/concurrentloop/actions/workflows/go.yml/badge.svg)](https://github.com/thalesfsp/concurrentloop/actions/workflows/go.yml)
`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`](example_test.go), and [`concurrentloop_test.go`](concurrentloop_test.go) file.
### Documentation
Run `$ make doc` or check out [online](https://pkg.go.dev/github.com/thalesfsp/concurrentloop).
## Development
Check out [CONTRIBUTION](CONTRIBUTION.md).
### Release
1. Update [CHANGELOG](CHANGELOG.md) accordingly.
2. Once changes from MR are merged.
3. Tag and release.## Roadmap
Check out [CHANGELOG](CHANGELOG.md).