Type Definition endbasic_std::exec::SleepFn

source ·
pub type SleepFn = Box<dyn Fn(Duration, LineCol) -> BoxedLocal<CommandResult>>;
Expand description

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