//
pkg.gl
Category
github.com/go-spring/spring-core
util
goutil
package
1.2.0-rc
Repository:
https://github.com/go-spring/spring-core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
88 SLOC
#
Functions
Go
Go runs a goroutine safely with context support and panic recovery.
GoFunc
GoFunc runs a goroutine safely with panic recovery.
GoValue
GoValue runs a goroutine safely with context support and panic recovery and returns its result and error.
#
Variables
OnPanic
OnPanic is a global callback function triggered when a panic occurs.
#
Structs
Status
Status provides a mechanism to wait for a goroutine to finish.
ValueStatus
ValueStatus provides a mechanism to wait for a goroutine that returns a value and an error.