Warning: Reason support is experimental. We are looking for beta-tester and contributors.

?timeout:float ->
?env:string array ->
Lwt_process.command ->
object
  method close : Unix.process_status Lwt.t
  method kill : int -> unit
  method pid : int
  method rusage : Lwt_unix.resource_usage Lwt.t
  method state : state
  method status : Unix.process_status Lwt.t
  method stderr : Lwt_io.input_channel
  method stdin : Lwt_io.output_channel
  method stdout : Lwt_io.input_channel
  method terminate : unit
end