Carton_git_unix.Makemodule Uid : sig ... endval make : Store.t -> (Fpath.t, Lwt_unix.file_descr, Uid.t) Carton_git.t Lwt.tval add :
Store.t ->
(Fpath.t, Lwt_unix.file_descr, Uid.t) Carton_git.t ->
idx:Fpath.t ->
Fpath.t ->
(unit, Store.error) result Lwt.tval get :
Store.t ->
resources:
((Lwt_unix.file_descr * int64) ->
((Lwt_unix.file_descr * int64) Carton_git.buffers -> Carton.Dec.v Lwt.t) ->
Carton.Dec.v Lwt.t) ->
(Fpath.t, Lwt_unix.file_descr, Uid.t) Carton_git.t ->
Uid.t ->
(Carton.Dec.v, [> `Msg of string | `Not_found of Uid.t ]) result Lwt.tval list :
Store.t ->
(Fpath.t, Lwt_unix.file_descr, Uid.t) Carton_git.t ->
Uid.t listval fds :
(Fpath.t, Lwt_unix.file_descr, Uid.t) Carton_git.t ->
(Lwt_unix.file_descr * int64) list