Type Definition endbasic_std::exec::SleepFn[][src]

type SleepFn = Box<dyn Fn(Duration) -> BoxedLocal<CommandResult>>;
Expand description

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