attempt 0.1.2
The attempt library provides a thin wrapper for the typical begin/rescue/sleep/retry dance. This is used by programmers to robustly handle flaky connections where it's often better to try again rather than fail immediately.
The attempt library provides a thin wrapper for the typical begin/rescue/sleep/retry dance. This is used by programmers to robustly handle flaky connections where it's often better to try again rather than fail immediately.