bistro.engine
Bistro_engine.Allocator
bistro
bistro.internals
bistro.multinode
bistro.nlp
bistro.script
bistro.unix
bistro.utils
ppx_bistro
type t
type request =
| Request of {
np : int;
mem : int;
}
type resource =
| Resource of {
val create : np:int -> mem:int -> t
val request : t -> request -> (resource, [ `Msg of string ]) result Lwt.t
val release : t -> resource -> unit