Skip to main content

SleepFn

Type Alias SleepFn 

Source
pub type SleepFn = Box<dyn Fn(Duration) -> BoxedLocal<Result<(), String>>>;
Expand description

Type of the sleep function used by the SLEEP command to actually suspend execution.

Aliased Typeยง

pub struct SleepFn(/* private fields */);