Class Lwt_process.process_none


class process_none : ?env:string array -> command -> object .. end

method pid : int
Pid of the sub-process
method close : Unix.process_status Lwt.t
Closes the process and returns its exit status. This close all channels used to communicate with the process