package bistro

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

Module Scheduler.MakeSource

Parameters

module Backend : Backend

Signature

Sourcetype t
Sourceval create : ?allowed_containers:[ `Docker | `Singularity ] list -> ?loggers:Logger.t list -> ?collect:bool -> Backend.t -> Db.t -> t
Sourceval gc_state : t -> Gc.state option
Sourceval protect : t -> _ 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
OCaml

Innovation. Community. Security.