https://github.com/gigawattio/concurrency
Concurrency is not parallelism.. hey! wait a second!!!
https://github.com/gigawattio/concurrency
concurrency gigawatt go golang parallelism
Last synced: 4 months ago
JSON representation
Concurrency is not parallelism.. hey! wait a second!!!
- Host: GitHub
- URL: https://github.com/gigawattio/concurrency
- Owner: gigawattio
- License: mit
- Created: 2016-11-16T21:16:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T23:00:42.000Z (over 7 years ago)
- Last Synced: 2024-07-14T10:13:10.652Z (almost 2 years ago)
- Topics: concurrency, gigawatt, go, golang, parallelism
- Language: Go
- Homepage: http://gigawatt.io/
- Size: 2.93 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Concurrency
[](https://godoc.org/github.com/gigawattio/concurrency)
[](https://travis-ci.org/gigawattio/concurrency)
[](https://goreportcard.com/report/github.com/gigawattio/concurrency)
### About
Go (golang) package which provides the ability to easily execute multiple functions of the signature `func() error` in parallel.
Created by [Jay Taylor](http://jaytaylor.com/) and used by [Gigawatt](http://gigawatt.io/).
### Requirements
* Go version 1.1 or newer
### Running the test suite
go test ./...