//! Exponential backoff retry strategy
//!//! Re-exported from `actr_framework::util::backoff` for backward compatibility.
//! New code should use `actr_framework::ExponentialBackoff` directly.
pubuseactr_framework::util::backoff::ExponentialBackoff;