tryUntil()Keeps trying to execute a function until it has success or until the timeout is reached.
This function is valid in v2.0.0 to v2.24.3. This function has been downloaded 65 times.Infinity
fn.100
true is returned if no error is thrown the first time fn is called. Otherwise false is returned.