Crates.io | retri |
lib.rs | retri |
version | 0.1.0 |
source | src |
created_at | 2023-10-26 22:07:15.145754 |
updated_at | 2023-10-26 22:07:15.145754 |
description | Retri provides simple and highly compatible exponential retries. |
homepage | https://github.com/ncitron/retri |
repository | https://github.com/ncitron/retri |
max_upload_size | |
id | 1015360 |
size | 4,214 |
Retri provides a simple interface for exponential backoff based retry policies. It uses zduny-wasm-timer internally to ensure that Retri works in native, browser, and webworker environments.