package
0.0.0-20200820085722-849f898b3d9e
Repository: https://github.com/joyous-x/saturn.git
Documentation: pkg.go.dev

# Functions

Go run the f() with a goroutine and keep it away from panic it will use defaultRecoverHandler if argument handler is nil.
GoWith run the f(...interface{}) with a goroutine and keep it away from panic eg.

# Type aliases

RecoverHandler when panic happen, the hander will be called.