package
1.2.0-rc
Repository: https://github.com/go-spring/spring-core.git
Documentation: pkg.go.dev

# Functions

Go runs a goroutine safely with context support and panic recovery.
GoFunc runs a goroutine safely with panic recovery.
GoValue runs a goroutine safely with context support and panic recovery and returns its result and error.

# Variables

OnPanic is a global callback function triggered when a panic occurs.

# Structs

Status provides a mechanism to wait for a goroutine to finish.
ValueStatus provides a mechanism to wait for a goroutine that returns a value and an error.