C | |
| close [Lwt_process.process_none] |
Closes the process and returns its exit status.
|
P | |
| pid [Lwt_process.process_none] |
Pid of the sub-process
|
S | |
| stderr [Lwt_process.process_full] | |
| stdin [Lwt_process.process_full] | |
| stdin [Lwt_process.process] | |
| stdin [Lwt_process.process_out] |
The standard input of the process
|
| stdout [Lwt_process.process_full] | |
| stdout [Lwt_process.process] | |
| stdout [Lwt_process.process_in] |
The standard output of the process
|