package bistro

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

Module Bistro_multinode.ServerSource

Sourcetype t
Sourceval create : ?allowed_containers:[ `Docker | `Singularity ] list -> ?loggers:Bistro_engine.Logger.t list -> ?collect:bool -> ?port:int -> Bistro_engine.Db.t -> t Lwt.t
Sourceval start : t -> unit
Sourceval eval : t -> 'a Bistro.workflow -> ('a, Bistro_engine.Execution_trace.t list) Lwt_result.t
Sourceval stop : t -> unit Lwt.t
Sourceval simple_app : ?allowed_containers:[ `Docker | `Singularity ] list -> ?loggers:Bistro_engine.Logger.t list -> ?collect:bool -> ?port:int -> ?db:string -> 'a Bistro.workflow -> unit
Sourceval simple_command : summary:string -> 'a Bistro.workflow -> Core_kernel.Command.t
OCaml

Innovation. Community. Security.