//
pkg.gl
Category
github.com/joyous-x/saturn
common
safego
package
0.0.0-20200820085722-849f898b3d9e
Repository:
https://github.com/joyous-x/saturn.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
36 SLOC
#
Functions
Go
Go run the f() with a goroutine and keep it away from panic it will use defaultRecoverHandler if argument handler is nil.
GoWith
GoWith run the f(...interface{}) with a goroutine and keep it away from panic eg.
#
Type aliases
RecoverHandler
RecoverHandler when panic happen, the hander will be called.