package opam-lib

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

Parallel iterations

module G : OpamParallel.G with type V.t = OpamTypes.repository
val iter : jobs:int -> command:(pred:(G.V.t * 'a) list -> G.V.t -> 'a OpamProcess.job) -> ?dry_run:bool -> ?mutually_exclusive:G.V.t list list -> G.t -> unit
val map : jobs:int -> command:(pred:(G.V.t * 'a) list -> G.V.t -> 'a OpamProcess.job) -> ?dry_run:bool -> ?mutually_exclusive:G.V.t list list -> G.t -> (G.V.t * 'a) list
exception Errors of G.V.t list * (G.V.t * exn) list * G.V.t list
exception Cyclic of G.V.t list list
OCaml

Innovation. Community. Security.