# studiosol/async

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/studiosol-async).**

140 stars · 18 forks · Go · BSD-3-Clause

## Links

- GitHub: https://github.com/StudioSol/async
- awesome-repositories: https://awesome-repositories.com/repository/studiosol-async.md

## Topics

`async` `go` `hacktoberfest`

## Description

A safe way to execute functions asynchronously, recovering them in case of panic. It also provides an error stack aiming to facilitate fail causes discovery.

## Tags

### Part of an Awesome List

- [Concurrency Management](https://awesome-repositories.com/f/awesome-lists/devtools/concurrency-management.md) — Executes functions asynchronously with panic recovery.
- [Concurrency Tools](https://awesome-repositories.com/f/awesome-lists/devtools/concurrency-tools.md) — Listed in the “Concurrency Tools” section of the Awesome Go awesome list.
