Retries callback that returns Result.
Example:
bool ok = retry.retryVoid (() => {
return do_operation ();
});
| fn |
callback to run. |
|
true if callback finished without error. |