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