pub async fn configure_launcher(
    config_args: LauncherConfigArgs<'_>
) -> Result<LaunchInfo, LaunchError>
Expand description

Configures launcher to launch process using passed params and creates launch info. This starts a library loader service, that will live as long as the handle for it given to the launcher is alive.