Bistro_engine.Local_backendval create :
?np:int ->
?mem:[ `GB of int ] ->
?loggers:
< event : Db.t -> Logger.time -> Logger.event -> unit
; stop : unit Lwt.t.. >
list ->
Db.t ->
tval log : ?time:Logger.time -> t -> Logger.event -> unitval run_shell_command : 'a -> unit -> Shell_command.t -> (int * bool) Lwt.tval eval : 'a -> unit -> ('b -> 'c) -> 'b -> (unit, string) Core.result Lwt.tval build_trace :
t ->
'a Bistro_internals.Workflow.t ->
Allocator.request ->
(unit ->
Allocator.resource ->
(Task_result.t, Execution_trace.Set.t) Lwt_result.t) ->
(Execution_trace.t, Execution_trace.Set.t) result Lwt.t