package bistro

  1. Overview
  2. Docs
type t
type token
val run_shell_command : t -> token -> Shell_command.t -> (int * bool, string) Lwt_result.t
val eval : t -> token -> ('a -> unit) -> 'a -> (unit, string) Lwt_result.t
val stop : t -> unit Lwt.t