Function endbasic_std::exec::add_all
source · [−]Expand description
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.