ResultGroup: Go lib for concurrent tasks & errors management

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. go-multierror

    A Go (golang) package for representing a list of errors as a single error.

    I've created a simple Go library for managing concurrent tasks, results, and errors. Inspired by HashiCorp's go-multierror, it simplifies running goroutines, collecting results, and error handling by minimizing boilerplate code.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. resultgroup

    A lightweight library for handling results and errors from concurrent tasks, with optional error thresholds and context cancellation.

    Check out the GitHub repo. If you find it useful, give it a ⭐ on GitHub.

  4. conc

    Better structured concurrency for go

    How does this compare to conc?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Rill – Composable concurrency toolkit for Go

    13 projects | news.ycombinator.com | 25 Nov 2024
  • The Case of a Leaky Goroutine

    3 projects | news.ycombinator.com | 25 Mar 2024
  • Hello gophers, show me your concurrent code

    6 projects | /r/golang | 20 Mar 2023
  • SimpleFlow - Simplified generic workflows and concurrency patterns

    2 projects | /r/golang | 23 Jan 2022
  • Implementing Worker Pools in Go - Go Concurrency

    4 projects | /r/golang | 9 Jul 2021

Did you know that Go is
the 4th most popular programming language
based on number of references?