Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tejzpr/ordered-concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
tejzpr committed Mar 12, 2021
2 parents ce954dc + c9b745c commit 2ab1cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/tejzpr/ordered-concurrently)](https://goreportcard.com/report/github.com/tejzpr/ordered-concurrently)

# Ordered Concurrently
Parallel processing with ordered output in Go. This module processes work concurrently / in parallel and returns output in a channel in the order of input.
A library for parallel processing with ordered output in Go. This module processes work concurrently / in parallel and returns output in a channel in the order of input. It is useful in concurrently / parallelly processing items in a queue, and get output in the order provided by the queue.

# Usage
## Get Module
Expand Down

0 comments on commit 2ab1cca

Please sign in to comment.