Type Definition endbasic_std::exec::SleepFn
source · [−]pub type SleepFn = Box<dyn Fn(Duration) -> BoxedLocal<CommandResult>>;Expand description
Type of the sleep function used by the SLEEP command to actually suspend execution.
pub type SleepFn = Box<dyn Fn(Duration) -> BoxedLocal<CommandResult>>;Type of the sleep function used by the SLEEP command to actually suspend execution.