package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
module Args : sig ... end
val v : root:string -> generation:int -> unlink:bool -> offset:Optint.Int63.t -> dispatcher:Args.Dispatcher.t -> fm:Args.Fm.t -> contents:Irmin.Perms.read Args.Contents_store.t -> node:Irmin.Perms.read Args.Node_store.t -> commit:Irmin.Perms.read Args.Commit_store.t -> Args.key -> t
val finalise : wait:bool -> t -> ([> `Finalised of Irmin_pack_unix__Gc_intf.stats | `Running ], Args.Errs.t) result Lwt.t
val on_finalise : t -> ((Irmin_pack_unix__Gc_intf.stats, Args.Errs.t) result -> unit Lwt.t) -> unit
val cancel : t -> bool