# Functions
DoWithExpBackoffC invokes given func f until it doesn't return error or timeout is reached.
No description provided by the author
Go runs the given func in a goroutine which will catch & log if it panics Related discussion: https://github.com/golang/go/issues/20161.
No description provided by the author