package recovery

Import Path
	github.com/polarsignals/frostdb/recovery (on go.dev)

Dependency Relation
	imports 4 packages, and imported by 2 packages

Involved Source Files recovery.go
Package-Level Functions (only one)
Do is a function wrapper that will recover from a panic and return the error. Optionally it takes a logger to log the stack trace. Note that it only logs to a single logger.