# Functions

Try runs the f function until it returns nil but not more than defined in the attempts argument.
TryForever runs the f function until it returns nil or the context is canceled.