package command_rpc

  1. Overview
  2. Docs

This module contains some functions that let you interact with the underlying child process. There's nothing particularly tricky about them, but most users don't need them.

val kill : t -> Async.Signal.t -> unit

Send a signal to the command-rpc executable.

Wait for termination of the command-rpc executable and return the exit status. This can be used e.g. after with_close to collect the missing info, since with_close does not report it.

OCaml

Innovation. Community. Security.