Versions in this module Expand all Collapse all v1 v1.0.0 Sep 22, 2023 Changes in this version + var ErrPanicRecovered = &panicError + var ErrRecoverFuncPanicRecovered = &panicError + func Go(f func()) <-chan error + func SetDefaultRecoverFunc(rf RecoverFunc) + type Goroutine struct + func New(f func()) *Goroutine + func (g *Goroutine) Go() <-chan error + func (g *Goroutine) WithRecover(rf RecoverFunc) *Goroutine + type RecoverFunc func(v interface{}, done chan<- error) + func GetDefaultRecoverFunc() RecoverFunc