Shexp_process.ContextSourceExecution contexts
Execution contexts
An evaluation context represent all the information maintained by shexp_process in order to evaluate a process description.
This consists of:
val create :
?stdin:Unix.file_descr ->
?stdout:Unix.file_descr ->
?stderr:Unix.file_descr ->
?cwd:Working_dir.t ->
?unix_env:(string * string) list ->
unit ->
tCreates a new execution context. Non-specified fields are captured from the environment of current running program.