panicsafe

package
v0.8.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2025 License: MPL-2.0 Imports: 3 Imported by: 6

Documentation

Overview

Package panicsafe provides panic-handling function wrappers, helpful when spawning goroutines which should never panic.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsPanic

func IsPanic(err error) bool

IsPanic checks if the given error is a panic error.

func Run

func Run(f func()) error

Run runs the given function, handling panics and converting them to errors.

func RunErr

func RunErr(f func() error) error

RunErr runs the given error-returning function, handling panics and converting them to errors.

func RunErrF

func RunErrF(f func() error) func() error

RunErrF returns a function which wraps the given error-returning function, handling panics and converting them to errors.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL