Up

Module Job

Signature

type t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib.Sexp.t
val hash : t -> int
module Table : sig .. end
module Hash_set : sig .. end
module Hash_queue : sig .. end
val create : dir:Path.t -> prog:string -> args:string list -> ignore_stderr:bool -> t
val dir : t -> Path.t
val prog : t -> string
val args : t -> string list
val ignore_stderr : t -> bool