package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type task = {
  1. command : string;
  2. cwd : Fpath.t option;
}
val run : jobs:int -> ?terminated:(task -> Unix.process_status -> unit) -> task list -> unit