Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
invisiblefunnel committed Jan 10, 2025
1 parent a529dbf commit 1cc7bf2
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
@@ -1,6 +1,6 @@
# egr

**egr** is a small Go package that extends [errgroup](https://pkg.go.dev/golang.org/x/sync/errgroup) with a typed channel, allowing you to push items into a queue and process them in concurrent goroutines with error propagation. The goal of the package is to provide a standard way to use errgroup, while maintaining most of its flexibility.
**egr** is a small Go package for building composable pipelines. It extends [errgroup](https://pkg.go.dev/golang.org/x/sync/errgroup) with a generic channel, allowing you to push items into a queue and process them in concurrent goroutines with error propagation.

## Installation

Expand Down

0 comments on commit 1cc7bf2

Please sign in to comment.