//
pkg.gl
Category
github.com/alkar/traefik
safe
package
1.1.1
Repository:
https://github.com/alkar/traefik.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
131 SLOC
#
Functions
Go
Go starts a recoverable goroutine.
GoWithRecover
GoWithRecover starts a recoverable goroutine using given customRecover() function.
New
New create a new Safe instance given a value.
NewPool
NewPool creates a Pool.
#
Structs
Pool
Pool is a pool of go routines.
Safe
Safe contains a thread-safe value.