Skip to main content

delay

Function delay 

Source
pub fn delay() -> Delay
Expand description

Returns the delay that sleeps the process, for pacing a driver on a gateway.

ยงReturns

A DelayNs over std::thread::sleep.