Re-exports§
pub use crate::session::StoreError;pub use guard::Throttle;pub use store::MemoryThrottleStore;pub use store::ThrottleStore;
Modules§
Structs§
- Throttle
Config - 只放校准旋钮,不放策略。
Enums§
- Throttle
Decision - Throttle
Outcome record_failure的结果。与check的ThrottleDecision不同, 这里不存在Unavailable—— 存储故障走Err返回,不混在正常结果里。