An open API service indexing awesome lists of open source software.

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!!!

Awesome Lists containing this project

README

          

# Concurrency

[![Documentation](https://godoc.org/github.com/gigawattio/concurrency?status.svg)](https://godoc.org/github.com/gigawattio/concurrency)
[![Build Status](https://travis-ci.org/gigawattio/concurrency.svg?branch=master)](https://travis-ci.org/gigawattio/concurrency)
[![Report Card](https://goreportcard.com/badge/github.com/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 ./...