package bistro

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

Module Bistro_engine.SchedulerSource

Sourcetype error = [
  1. | `Msg of string
]
Sourcemodule Gc : sig ... end
Sourcemodule type Backend = sig ... end
Sourcemodule Make (Backend : Backend) : sig ... end
include sig ... end
Sourceval gc_state : t -> Gc.state option
Sourceval protect : t -> 'a Bistro.workflow -> unit
Sourceval start : t -> unit
Sourceval eval : t -> 'a Bistro.workflow -> ('a, Execution_trace.t list) Lwt_result.t
Sourceval eval_exn : t -> 'a Bistro.workflow -> 'a Lwt.t
Sourceval error_report : t -> Execution_trace.t list -> string
Sourceval stop : t -> unit Lwt.t
Sourceval create : ?np:int -> ?mem:[ `GB of int ] -> ?allowed_containers:[ `Docker | `Singularity ] list -> ?loggers:Logger.t list -> ?collect:bool -> Db.t -> t
Sourceval simple_eval_exn : ?np:int -> ?mem:[ `GB of int ] -> ?allowed_containers:[ `Docker | `Singularity ] list -> ?loggers:Logger.t list -> ?collect:bool -> ?db_path:string -> 'a Bistro.workflow -> 'a
Sourceval build_file_exn : ?np:int -> ?mem:[ `GB of int ] -> ?allowed_containers:[ `Docker | `Singularity ] list -> ?loggers:Logger.t list -> ?collect:bool -> ?db_path:string -> output:string -> 'a Bistro.file -> unit
OCaml

Innovation. Community. Security.