Function endbasic_std::exec::add_all [−][src]
pub fn add_all(machine: &mut Machine, sleep_fn: Option<SleepFn>)
Instantiates all REPL commands and adds them to the machine.
sleep_fn is an async function that implements a pause given a Duration. If not provided,
uses the std::thread::sleep function.