package bistro

  1. Overview
  2. Docs
A library to build and run distributed scientific workflows

Install

Dune Dependency

Authors

Maintainers

Sources

bistro-0.6.0.tbz
sha256=146177faaaa9117a8e2bf0fd60cb658662c0aa992f35beb246e6fd0766050e66
sha512=553fe0c20f236316449b077a47e6e12626d193ba1916e9da233e5526dd39090e8677277e1c79baace3bdc940cb009f25431730a8efc00ae4ed9cc42a0add9609

doc/bistro.engine/Bistro_engine/Local_backend/index.html

Module Bistro_engine.Local_backendSource

Sourcetype t = {
  1. logger : Logger.t;
  2. db : Db.t;
  3. allocator : Allocator.t;
}
Sourcetype token = unit
Sourceval create : ?np:int -> ?mem:[ `GB of int ] -> ?loggers: < event : Db.t -> Logger.time -> Logger.event -> unit ; stop : unit Lwt.t.. > list -> Db.t -> t
Sourceval log : ?time:Logger.time -> t -> Logger.event -> unit
Sourceval run_shell_command : 'a -> unit -> Shell_command.t -> (int * bool, string) Core.Result.t Lwt.t
Sourceval eval : 'a -> unit -> ('b -> 'c) -> 'b -> (unit, string) Core.result Lwt.t
Sourceval stop : 'a -> unit Lwt.t
OCaml

Innovation. Community. Security.