Type Definition endbasic_std::exec::SleepFn [−][src]
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.