package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Process pool for running processes in parallel.

type task = {
  1. command : string;
  2. cwd : Fpath.t option;
}
val run : jobs:int -> ?terminated:(task -> Unix.process_status -> unit) -> task list -> unit
OCaml

Innovation. Community. Security.