package
0.3.0
Repository: https://github.com/sourcegraph/conc.git
Documentation: pkg.go.dev

# Functions

NewRecovered creates a panics.Recovered from a panic value and a collected stacktrace.
Try executes f, catching and returning any panic it might spawn.

# Structs

Catcher is used to catch panics.
ErrRecovered wraps a panics.Recovered in an error implementation.
Recovered is a panic that was caught with recover().