package mirage-qubes

  1. Overview
  2. Docs

Module RExec.Client_flowSource

Sourcetype t
Sourceval write : t -> Cstruct.t -> [ `Ok of unit | `Eof ] Lwt.t

Write to stdin

Sourceval writef : t -> ('a, unit, string, [ `Ok of unit | `Eof ] Lwt.t) format4 -> 'a

Write to stdin

Sourceval read : t -> [ `Stdout of Cstruct.t | `Stderr of Cstruct.t | `Eof | `Exit_code of Cstruct.uint32 ] Lwt.t

Read from stdout and stderr

OCaml

Innovation. Community. Security.