backon

Type Alias DefaultSleeper

Source
pub type DefaultSleeper = TokioSleeper;
Expand description

The default implementation of Sleeper while feature tokio-sleep enabled.

it uses tokio::time::sleep.

Aliased Typeยง

struct DefaultSleeper;