https://github.com/commandn/pipes
pipes is a wrapper for errgroup.Group with a store to handle topological tasks.
https://github.com/commandn/pipes
concurrency errgroup topology
Last synced: 3 months ago
JSON representation
pipes is a wrapper for errgroup.Group with a store to handle topological tasks.
- Host: GitHub
- URL: https://github.com/commandn/pipes
- Owner: commandn
- License: mit
- Created: 2024-12-30T15:32:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-15T10:05:22.000Z (6 months ago)
- Last Synced: 2026-01-14T13:55:38.940Z (5 months ago)
- Topics: concurrency, errgroup, topology
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pipes
`pipes` is a wrapper for `errgroup.Group` with a store to handle topological tasks.