package
2.16.0
Repository: https://github.com/tawesoft/golib.git
Documentation: pkg.go.dev

# Functions

Completes executes f (in a goroutine), and blocks until either f returns, or the provided duration has elapsed.
Panics returns true iff calling f panics with an error and either target is nil or errors.Is(error, target) is true.