package
1.6.0-rc4
Repository: https://github.com/csimplestring/traefik.git
Documentation: pkg.go.dev

# Functions

Go starts a recoverable goroutine.
GoWithRecover starts a recoverable goroutine using given customRecover() function.
New create a new Safe instance given a value.
NewPool creates a Pool.
OperationWithRecover wrap a backoff operation in a Recover.

# Structs

Pool is a pool of go routines.
Safe contains a thread-safe value.