Results for “Std.Process.launch”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Process.Launch
How a program is to be started: what runs, its arguments, the variables it
- Std.Process.launch
Str -> &Array[Str] -> Std.Process.LaunchA launch of a program with arguments, inheriting this program's environment
- Std.Process.begin
&Std.Process.Launch -> Result[Std.Process.Started, Str]Start a launch and answer without waiting for it.
- Std.Process.runLaunch
&Std.Process.Launch -> Str -> Result[Std.Process.Finished, Str]Run a launch to completion with text on its input.
- Std.Process.withStarted
&Std.Process.Launch -> fn(&Std.Process.Started) -> Result[T, Str] -> Result[T, Str]An action given a started program that is stopped when the action returns.
