errgroup
Here are 22 public repositories matching this topic...
errgroup with goroutine worker limits
-
Updated
Jan 10, 2023 - Go
Go协程并发复用,降低CPU和内存负载
-
Updated
Jul 15, 2026 - Go
A lightweight library for handling results and errors from concurrent tasks, with optional error thresholds and context cancellation.
-
Updated
Apr 3, 2023 - Go
fork-join style goroutines flow controler
-
Updated
Jan 7, 2024 - Go
go-pool provides a modern, type-safe, and retryable abstraction over Go’s native concurrency primitives — combining simplicity, determinism, and high throughput.
-
Updated
Oct 16, 2025 - Go
Squad is package contains a shared shutdown primitive with helpful options.
-
Updated
Aug 20, 2026 - Go
🧰 Functional programming library for Go — ✅ Option-based error handling, 🔗 fluent pipelines, ⚡ parallel + channel utilities (with generics)
-
Updated
Dec 25, 2025 - Go
Drop-in golang.org/x/sync/errgroup replacement that recovers goroutine panics and re-panics them in Wait.
-
Updated
Jun 24, 2026 - Go
provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task
-
Updated
May 20, 2021 - Go
pipes is a wrapper for errgroup.Group with a store to handle topological tasks.
-
Updated
Aug 24, 2026 - Go
TypeScript abort-aware concurrency primitives inspired by Go's errgroup pattern
-
Updated
May 2, 2026 - TypeScript
Go 1.27 concurrency foundations: ownership, pool, async, dedupe, resilience, and a lostrelease vet analyzer
-
Updated
Sep 2, 2026 - Go
Golang extended error functionality. Wrap any error with any data stucture using generics; automatically log that data, or extract directly it later. Loggable stacktraces out of the box.
-
Updated
Jun 4, 2026 - Go
Scoped task lifecycles for Go: start related tasks together, stop them together, clean up in order
-
Updated
Sep 5, 2026 - Go
Golang package to create a sized error group for limiting concurrent work
-
Updated
May 24, 2022 - Go
Structured concurrency for Go
-
Updated
Aug 20, 2026 - Go
Практика и изучение core-механизмов Go: slices, maps, pointers, interfaces, concurrency, goroutines, synchronization, context, errgroup и testing, StringBuilder.
-
Updated
Jul 15, 2025 - Go
Add this topic to your repo
To associate your repository with the errgroup topic, visit your repo's landing page and select "manage topics."