package eio

  1. Overview
  2. Docs
Effect-based direct-style IO API for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

eio-1.6.tbz
sha256=c1f04986b401094176494863dde1ca9b292b59fdc679a9d7023e558d80fb5b15
sha512=92ed8cf20300b8a4e0141bdbc373c0803c5a24530cb65852637d905fff4a5b956a8859a00a424034ff78c1112da9b0391194bcd558326168bdebd1ce683a8890

doc/eio.unix/Eio_unix/Process/Make_mgr/index.html

Module Process.Make_mgrSource

Parameters

module X : sig ... end

Signature

include Eio.Process.Pi.MGR with type t = X.t with type tag = [ `Generic | `Unix ]
Sourcetype tag = [
  1. | `Generic
  2. | `Unix
]
Sourcetype t = X.t
Sourceval environment : t -> Eio.Process.Env.t
Sourceval getenv_opt : t -> string -> string option
Sourceval spawn : t -> sw:Eio.Switch.t -> ?cwd:Eio.Fs.dir_ty Eio.Path.t -> ?stdin:Eio.Flow.source_ty Eio.Std.r -> ?stdout:Eio.Flow.sink_ty Eio.Std.r -> ?stderr:Eio.Flow.sink_ty Eio.Std.r -> ?env:Eio.Process.Env.t -> ?executable:string -> string list -> tag Eio.Process.ty Eio.Std.r
Sourceval spawn_unix : t -> sw:Eio.Std.Switch.t -> ?cwd:Eio.Fs.dir_ty Eio.Path.t -> ?pgid:int -> ?uid:int -> ?gid:int -> ?login_tty:Fd.t -> env:Eio.Process.Env.t -> fds:(int * Fd.t * Private.Fork_action.blocking) list -> executable:string -> string list -> ty Eio.Std.r