actr-hyper 0.3.1

Hyper — Actor platform infrastructure: sandbox, transport, scheduler, WASM engine, signing, AIS bootstrap, persistence & crypto primitives
Documentation
1
2
3
4
5
6
//! Exponential backoff retry strategy
//!
//! Re-exported from `actr_framework::util::backoff` for backward compatibility.
//! New code should use `actr_framework::ExponentialBackoff` directly.

pub use actr_framework::util::backoff::ExponentialBackoff;