pub type DefaultBlockingSleeper = PleaseEnableAFeatureOrProvideACustomSleeper;
Expand description
The default implementation of Sleeper
when no features are enabled.
It will fail to compile if a containing Retry
is .await
ed without calling Retry::sleep
to provide a valid sleeper.
Aliased Type§
struct DefaultBlockingSleeper;