Trait async_speed_limit::clock::BlockingClock [−][src]
A BlockingClock
is a Clock
which supports synchronous sleeping.
Required methods
fn blocking_sleep(&self, dur: Duration)
[src][−]
Sleeps and blocks the current thread for the given duration.
Implementors
impl BlockingClock for StandardClock
[src][+]
impl BlockingClock for CoarseClock
impl BlockingClock for CoarseClock