Function endbasic_repl::run_from_cloud
source ยท pub async fn run_from_cloud(
machine: &mut Machine,
console: Rc<RefCell<dyn Console>>,
storage: Rc<RefCell<Storage>>,
program: Rc<RefCell<dyn Program>>,
username_path: &str,
will_run_repl: bool,
) -> Result<i32>
Expand description
Loads the program given in username_path
pair (which is of the form user/path
) from the
cloud and executes it on the machine
.