Function holochain_cli_sandbox::run::run_async[][src]

pub async fn run_async(
    holochain_path: &Path,
    sandbox_path: PathBuf,
    force_admin_port: Option<u16>
) -> Result<(u16, Child)>
Expand description

Run a conductor in the background. Requires the holochain binary is available on the holochain_path. Uses the sandbox provided by the sandbox_path. Can optionally force the admin port used. Otherwise the port in the config will be used if it’s free or a random free port will be chosen.