# 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.