pub type DefaultBlockingSleeper = StdSleeper;Expand description
导出 backon 实现失败重试
The default implementation of Sleeper while feature std-blocking-sleep enabled.
it uses std::thread::sleep.
Aliased Type§
pub struct DefaultBlockingSleeper;pub type DefaultBlockingSleeper = StdSleeper;导出 backon 实现失败重试
The default implementation of Sleeper while feature std-blocking-sleep enabled.
it uses std::thread::sleep.
pub struct DefaultBlockingSleeper;