ResultGroup: Go lib for concurrent tasks & errors management

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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