Crates.io | waitfor |
lib.rs | waitfor |
version | 0.1.0 |
source | src |
created_at | 2019-10-04 03:31:30.325404 |
updated_at | 2019-10-04 03:31:30.325404 |
description | Retry a function until it succeeds, errors out, or a timeout/deadline is reached. |
homepage | https://github.com/d-e-s-o/waitfor |
repository | https://github.com/d-e-s-o/waitfor.git |
max_upload_size | |
id | 169766 |
size | 40,782 |
waitfor is a crate allowing for retry of operations until a timeout or deadline is reached. If operation failed this failure is bubbled up directly.