thalesfsp / concurrentloop

Concurrent Processing

Home Page:https://github.com/thalesfsp/concurrentloop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

concurrentloop

Go

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/concurrentloop@v1.2.0

Usage

See example_test.go, and concurrentloop_test.go file.

Documentation

Run $ make doc or check out online.

Development

Check out CONTRIBUTION.

Release

  1. Update CHANGELOG accordingly.
  2. Once changes from MR are merged.
  3. Tag and release.

Roadmap

Check out CHANGELOG.

About

Concurrent Processing

https://github.com/thalesfsp/concurrentloop

License:MIT License


Languages

Language:Go 96.5%Language:Makefile 3.5%