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 Run ¶
func Run(f func()) error
Run runs the given function, handling panics and converting them to errors.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.