//
pkg.gl
Category
github.com/tawesoft/golib/v2
internal
test
package
2.16.0
Repository:
https://github.com/tawesoft/golib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
37 SLOC
#
Functions
Completes
Completes executes f (in a goroutine), and blocks until either f returns, or the provided duration has elapsed.
Panics
Panics returns true iff calling f panics with an error and either target is nil or errors.Is(error, target) is true.